Commit Graph

6 Commits

Author SHA1 Message Date
Satyajit Sahoo
0096b59bc5 fix: fix wrong type for navigator. closes #324 2020-01-02 15:18:40 +01:00
Satyajit Sahoo
8b11e4df0c chore: reuse the stack code from react navigation 5
The code for the stack is almost the same as v5, with the only differences being the types and the navigation object. To avoid making same changes in 2 places which error-prone, I decided to reuse the same code. Due to the differences, it's not possible to just use it as a dependency, so I followed this approach:
- Copy the source files on post install and apply patches to make it work with React Navigation 4
- When we need to make changes, we can make them in v5 repo and update the version here, most of the time it wouldn't need any extra work
- If we need to make v4 specific changes, we can change the code in vendor/ and then re-generate the patch with `yarn patch`
2019-12-10 15:22:12 +01:00
satyajit.happy
4c012ad1ea fix: add peer dep on react-navigation 2019-09-09 21:52:09 +02:00
satyajit.happy
06b3867e17 refactor: rewrite based on reanimated 2019-05-25 00:58:11 +02:00
satyajit.happy
413cd75055 refactor: migrate tests to typescript 2019-05-05 13:57:08 +02:00
satyajit.happy
3b907d39ee refactor: migrate codebase to typescript 2019-04-26 10:20:51 +02:00