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
Brent Vatne
7de86a16c7
Fix typo
2018-10-15 17:16:08 -07:00
Brent Vatne
bce373b15f
Bump version again
2018-10-15 13:19:33 -07:00
Brent Vatne
d47fd3227f
Bump version
2018-10-15 13:19:09 -07:00
Brent Vatne
0ad814c529
Export assets for easy caching in Expo
2018-10-15 13:19:09 -07:00
Eric Vicenti
a69a4e3c04
Release utility
2018-10-15 11:57:46 -07:00
Eric Vicenti
4e71298715
Clean up refs in examples
2018-10-15 11:53:43 -07:00
Eric Vicenti
dafa2ba5a2
Dependency on native container
2018-10-15 11:37:54 -07:00
Brent Vatne
43832f9873
Fix modular header back button to default to showing Back and respect visibility prop
2018-10-12 12:39:44 -07:00
Brent Vatne
7eab1628d1
Tweak spring configuration, in particular to make them settle more quickly
2018-10-12 12:38:36 -07:00
Brent Vatne
5f157cbc16
Fix lint errors
2018-10-12 11:34:03 -07:00
Brent Vatne
6b3c2edf58
Depend on core and native
2018-10-12 11:25:12 -07:00
Brent Vatne
f3f46d0db4
Add options to opt-in/out of card overlay and shadow
2018-10-11 17:04:23 -07:00
Brent Vatne
8b7723d329
Release 1.0.0-alpha.14
2018-10-11 16:22:59 -07:00
Brent Vatne
af7d3986a6
Pass through all stack config to router
2018-10-11 12:03:40 -07:00
Brent Vatne
bc166f85ad
Tweak opacity of overlay
2018-10-11 12:01:42 -07:00
Brent Vatne
bf5a8411f8
Merge pull request #34 from pzatorski/feature/back-button-accessibility
...
change accessibilityLabel for HeaderBackButton - Fix iOS voiceover
2018-10-10 14:00:04 -07:00
Brent Vatne
a8991529de
Use react-native-gesture-handler's PanGestureHandler instead of PanResponder
2018-10-10 13:53:02 -07:00
Eric Vicenti
dbb16aae1a
Merge pull request #35 from Ashoat/master
...
Don't call onTransitionStart if unspecified
2018-10-09 11:54:18 -07:00
Ashoat Tevosyan
10dc9fe767
Don't call onTransitionStart if unspecified
2018-10-04 21:23:38 -04:00
Patryk Zatorski
e976a5a315
changed accessibilityLabel
2018-10-04 20:09:22 +01:00
wakeless
660bef6b05
Allow headerLeft components to control their own rendering
...
Within the _renderLeftComponent there is logic around wether or not the component should be rendered.
This allows the headerLeft Component to make these decisions within it's own rendering
2018-10-02 22:28:32 +10:00
Brent Vatne
106f1e74db
Merge pull request #24 from react-navigation/@ericvicenti/allfiles
...
Export all files from npm package
2018-10-01 13:30:45 -07:00
Eric Vicenti
e1b59077e9
Update package.json
2018-09-26 15:21:28 -07:00