Commit Graph

174 Commits

Author SHA1 Message Date
Krzysztof Magiera bbe1fe6cef Prevent previous screen fade out on push/pop on Android 2018-12-19 13:43:06 +01:00
Eric Vicenti cc9b5e2442 Upgrade react-native, react, jest 2018-12-12 08:24:41 -08:00
Brent Vatne d389b776ca Skip initializing the gesture properties if no width or height are available 2018-12-08 17:57:52 -08:00
Brent Vatne e19582184f
Merge pull request #70 from yinhangfeng/optimization
Optimize gesture logic, Reduce unnecessary creation of duplicates Ani…
2018-12-08 17:56:54 -08:00
yinhf 63df3e7290 Optimize gesture logic, Reduce unnecessary creation of duplicates AnimatedNode 2018-12-06 19:13:15 +08:00
Brent Vatne 177ca217c9 Release 1.0.4 2018-11-30 12:48:46 -08:00
Brent Vatne d875c3e7ab Fix lint error 2018-11-30 12:48:38 -08:00
Brent Vatne 0e9dfcaeef Fix crash caused by attempting to access properties on animatedStyle when no screen interpolator
https://github.com/react-navigation/react-navigation-stack/issues/64
2018-11-30 12:40:12 -08:00
Brent Vatne 1c32b935b8 Release 1.0.3 2018-11-30 12:08:16 -08:00
Brent Vatne 825ba5b6f5 Fix issue with navigation immediately on mount
https://github.com/react-navigation/react-navigation/issues/5247
2018-11-30 12:04:11 -08:00
Brent Vatne 5780c0e0d1 Use flex on transparent card style so header is respected
I don't understand why you would want a header in this case but the people have spoken
https://github.com/react-navigation/react-navigation-stack/issues/65
2018-11-30 11:54:47 -08:00
Brent Vatne db4dd5bec2 No shadow when transparent 2018-11-30 11:54:40 -08:00
Brent Vatne 18c8af3e1b Release 1.0.2 2018-11-30 11:54:37 -08:00
Brent Vatne 1ecff10d5c
Merge pull request #67 from alangumer/patch-1
gestureResponseDistance
2018-11-30 11:44:53 -08:00
Henry Orozco b6546bfbd9
gestureResponseDistance
Use the values provided by the user, not the values in the constants
2018-11-28 11:03:40 -05:00
Brent Vatne 680dc515ad Add a title in modal example 2018-11-26 09:27:14 -08:00
Brent Vatne af83d75731
Merge pull request #62 from BrendonSled/patch-1
Bugfix - Card style background
2018-11-27 00:25:14 +07:00
Brent Vatne 1c374ae1f1
Update StackViewCard.js 2018-11-26 09:24:47 -08:00
Brendon Sled eb22958703
Removed unneeded check 2018-11-23 10:57:42 -06:00
Brendon Sled a8b35cf58a
Bugfix - Card style background
Fixes issue https://github.com/react-navigation/react-navigation/issues/5253
2018-11-23 08:17:07 -06:00
Brent Vatne 50dd7225df Release 1.0.1 2018-11-17 09:19:31 +07:00
Brent Vatne 2b321fce33 Release 1.0.0 2018-11-17 09:01:09 +07:00
Brent Vatne 72914657c4 Release 1.0.0-alpha.34 2018-11-07 16:49:15 -08:00
Brent Vatne 91de665074 Force horizontal inset 2018-11-07 16:48:54 -08:00
Brent Vatne 0dd6f8f2c0 Release 1.0.0-alpha.33 2018-11-05 14:23:24 -08:00
Brent Vatne 46b67c7bca Improve UIKit style masking and button opacity 2018-11-05 14:22:35 -08:00
Brent Vatne 301e530a86 Fix formatting 2018-11-03 20:06:44 -07:00
Brent Vatne 6d612681a1 Release 1.0.0-alpha.32 2018-11-03 20:03:49 -07:00
Brent Vatne d9613a7444 Fix incorrect background color leftover from debugging 2018-11-03 20:03:00 -07:00
Brent Vatne 6af088d46b Release 1.0.0-alpha.31 2018-11-03 14:14:10 -07:00
Brent Vatne bed05879e4 Don't fade the back image on Android, use transparent background color 2018-11-03 14:14:10 -07:00
Brent Vatne b96d1fd9d6
Merge pull request #33 from wakeless/mgall/allow-left-button-to-control-its-own-destiny
Allow headerLeft components to control their own rendering
2018-11-02 10:14:31 -07:00
Brent Vatne 5e742d65b5 Release 1.0.0-alpha.30 2018-10-31 19:24:01 -07:00
Brent Vatne 3b1458c1cf Fix linting and typo 2018-10-31 19:23:44 -07:00
Brent Vatne 86450c09ce Release 1.0.0-alpha.29 2018-10-31 15:48:56 -07:00
Brent Vatne 89a9a4c31d Fix modular back button overflow 2018-10-31 15:48:33 -07:00
Brent Vatne 39a4f050ca Add header preset example 2018-10-31 15:39:59 -07:00
Brent Vatne 7261d62233 Wrap list in SafeAreaView 2018-10-31 15:21:07 -07:00
Brent Vatne 62dd8e530a Use native driver on borderless button 2018-10-31 15:15:16 -07:00
Brent Vatne 500cacd028 Rename NavigationScenesReducer to just ScenesReducer 2018-10-31 15:12:29 -07:00
Brent Vatne 9317e6f120 Mock BaseButton 2018-10-31 15:12:14 -07:00
Brent Vatne 9b006bc8d3 Use BorderlessButton on iOS and animate the opacity 2018-10-31 15:09:03 -07:00
Brent Vatne d08d584c73 Fix scene reducer test 2018-10-31 14:02:12 -07:00
Brent Vatne e5ac256dc2 Add headerBackgroundTransitionPreset with 'toggle' 'translate' and 'fade' options 2018-10-31 13:39:07 -07:00
Brent Vatne dd58b6cc8f Default to hide hidden header backgrounds 2018-10-31 13:22:03 -07:00
Brent Vatne 8491014b09 Render the PanGestureHandler on Android as well 2018-10-31 12:42:15 -07:00
Eric Vicenti 758fcaa8e4 Header to fade by default
Fixes https://github.com/react-navigation/react-navigation-stack/issues/12
2018-10-31 12:21:04 -07:00
Brent Vatne 0e302b3cea Release 1.0.0-alpha.27 2018-10-30 13:21:58 -07:00
Brent Vatne b7775678fa Improve example and state warning 2018-10-30 13:20:00 -07:00
Brent Vatne c27ed1b4b8 Clean up transitioner a bit, fix issue where state is invalid and warn 2018-10-30 13:08:06 -07:00