Commit Graph

147 Commits

Author SHA1 Message Date
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
Brent Vatne a9f6d467d2 Bump version 2018-10-30 12:44:11 -07:00
Brent Vatne 61a8f2253b
Merge pull request #49 from react-navigation/@brent/queued-transitions
Rethink queued transitions
2018-10-30 10:35:03 -07:00
Brent Vatne 6dcc317542 Fix lint errors 2018-10-30 09:55:47 -07:00
Brent Vatne 250950d920 Use the first props change while a transition is occuring as the basis of the queued transition
- Subsequent changes are essentially all ignored except for the last one, which is the target
2018-10-29 23:24:47 -07:00
Brent Vatne 41af8e1451 Compute scenes when queued transition starts 2018-10-29 22:13:06 -07:00
Eric Vicenti 3be642e05a chore: release 1.0.0-alpha.25 2018-10-29 20:06:24 -07:00
Eric Vicenti 7be11251ec fix lint 2018-10-29 20:01:11 -07:00
Eric Vicenti 2ab9da9ae4 update deps for testing 2018-10-29 20:00:58 -07:00
Eric Vicenti 3fc590353f Avoid completion dispatch when nav state changed 2018-10-29 18:24:25 -07:00
Brent Vatne 1aa8ca38d5 Release 1.0.0-alpha.24 2018-10-26 09:34:11 -07:00
Brent Vatne 5153bea0c1 Release 1.0.0-alpha.23 2018-10-26 09:30:15 -07:00
Brent Vatne 77cdfabe8c If we are increasing the number of scenes, remove any scene from the list that
is no longer in the navigation state
2018-10-26 09:19:03 -07:00
Brent Vatne b79aaefcfc Fix programmatic back when gesture is in progress 2018-10-22 13:49:00 -07:00
Brent Vatne 3987c2c8eb Fix firing transition end events when nested state change occurs 2018-10-22 13:02:40 -07:00
Brent Vatne d860a8d4ce Revert attempted fix for nested state change freeze 2018-10-22 12:06:09 -07:00
Brent Vatne bf4b25e54b Release 1.0.0-alpha.22 2018-10-17 15:27:00 -07:00
Brent Vatne ee6c6aa08e Fix bug where transitioner freezes when nested state change occurs in the middle of transition 2018-10-17 15:26:13 -07:00
Brent Vatne 5ef3bd4392 Fix lint errors 2018-10-17 13:19:31 -07:00
Brent Vatne 3078002f82 Bump version 2018-10-17 13:15:36 -07:00
Brent Vatne 3c9d77fbf0 No need to add PanGestureHandler on Android, no gestures there anyhow 2018-10-17 13:13:34 -07:00
Brent Vatne 4f4b8e4d41 Support inverted gesture in modal 2018-10-17 13:11:38 -07:00
Brent Vatne d5be6307f2 Bump version 2018-10-17 13:11:01 -07:00
Brent Vatne 0bcfcef7ab Support gestureResponseDistance 2018-10-17 12:41:42 -07:00
Brent Vatne d56dbd64eb Release 1.0.0-alpha.19 2018-10-16 21:08:36 -07:00
Brent Vatne 4c94d0104e Remove unnecessary styles from header 2018-10-16 20:01:30 -07:00
Brent Vatne 5336c2c91a Move to core/native peerDependencies and update example to use stack at root 2018-10-16 19:58:21 -07:00
Brent Vatne df88f4f296 Tweak Android transitions 2018-10-15 17:16:17 -07:00