Commit Graph

20 Commits

Author SHA1 Message Date
Satyajit Sahoo
454e05b02e feat: sync latest stack and upgrade typescript 2020-06-25 02:15:28 +02:00
Satyajit Sahoo
a929933bde chore: update prettier 2020-03-23 00:02:47 +01:00
Satyajit Sahoo
c8ddec72a6 fix: fix wrong option name for backImage 2020-01-12 15:51:59 +01:00
Satyajit Sahoo
005f4844b1 chore: update dependencies 2020-01-03 21:53:55 +01:00
Satyajit Sahoo
c3133cdb5f refactor: remove cardTransparent in favor of cardStyle 2019-12-16 16:25:22 +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 Sahoo
7aab6568eb refactor: use same type for animation context and interpolation props 2019-11-07 08:06:42 +01:00
Christian Falch
c63259df37 feat: expose animation related properties in context (#278) 2019-11-06 12:10:15 +01:00
Samuel Chamberland
82c732a638 feat: expose stack transition values via context (#265) 2019-10-24 07:34:15 -04:00
Rob Goldiez
3563b3ed94 fix: fix headerTitle deprecation warning (#257) 2019-10-10 09:05:31 -05:00
satyajit.happy
95476a4afa feat: add deprecation wanrnings 2019-10-06 16:38:29 +02:00
Brent Vatne
4d0a1a5178 feat: switch to react-native-safe-area-context 2019-08-29 16:38:43 -07:00
Ryan Stelly
558f949d23 fix: add fallbacks for non-web modules 2019-09-22 01:11:57 +02:00
satyajit.happy
06b3867e17 refactor: rewrite based on reanimated 2019-05-25 00:58:11 +02:00
satyajit.happy
3b907d39ee refactor: migrate codebase to typescript 2019-04-26 10:20:51 +02:00
Brent Vatne
8c952abc2c Fix lint errors 2018-10-12 11:34:03 -07:00
Brent Vatne
f3c83c985d Use react-native-gesture-handler's PanGestureHandler instead of PanResponder 2018-10-10 13:52:38 -07:00
Brent Vatne
4894bb5042 Vendor clamp and fix lint errors / jest snapshots 2018-09-24 13:12:08 -07:00
Brent Vatne
91571e70de Fix lint errors and tests 2018-08-22 16:23:40 -07:00
Brent Vatne
b19c56a544 Initial commit 2018-08-03 14:59:12 -07:00