Commit Graph

11 Commits

Author SHA1 Message Date
Satyajit Sahoo
9ac1904862 refactor: migrate to animated 2020-01-01 17:37:34 +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
Brent Vatne
4d0a1a5178 feat: switch to react-native-safe-area-context 2019-08-29 16:38:43 -07:00
Michal Osadnik
c1798a233a fix: add memoization of spring nodes 2019-08-16 15:44:41 +01:00
satyajit.happy
71285a69ab fix: use MaskedView from @react-native-community/masked-view 2019-08-01 02:59:46 +02:00
Michał Osadnik
72426c2679 feat: integrate react-native-screens (#145) 2019-06-14 16:12:26 +02:00
satyajit.happy
3be00f5c2a chore: fix snapshots 2019-06-06 12:42:52 +02:00
satyajit.happy
dee470829a chore: configure bob and metro 2019-04-17 14:47:03 +02:00
Brent Vatne
52dbf51591 Mock BaseButton 2018-10-31 15:12:14 -07:00
Brent Vatne
81f1915075 Depend on core and native 2018-10-12 11:23:17 -07:00
Brent Vatne
b19c56a544 Initial commit 2018-08-03 14:59:12 -07:00