Commit Graph

201 Commits

Author SHA1 Message Date
Brent Vatne 77d95131a0
Merge pull request #87 from substantial/add-back-font-scaling
iOS Accessibility - add headerBackAllowFontScaling option
2019-02-20 12:47:13 -08:00
Brent Vatne 5531b98732
Update HeaderBackButton.js 2019-02-20 12:46:45 -08:00
Mike Judge c1f1dff465 Add support for HeaderBackAllowFontScaling 2019-02-15 15:40:06 -08:00
Mike Judge 36febb8b7e Disable font scaling for the back button as a prequel to making it configurable 2019-02-15 15:27:29 -08:00
Brent Vatne ebfddc67ac Remove old README 2019-02-13 21:04:17 -08:00
Brent Vatne d9d56cec16 Release 1.0.10 2019-02-13 20:46:06 -08:00
Brent Vatne 62e8b95da8 Release 1.0.9 2019-02-13 20:40:22 -08:00
Brent Vatne ed57322252 Revert "Header is positioned absolute in Layout layer already"
This reverts commit 553a5f616c.
2019-02-13 20:40:22 -08:00
Brent Vatne 9b72cd838c
Merge pull request #79 from RWOverdijk/patch-1
fix: Transitioner await onTransitionStart
2019-02-13 20:34:21 -08:00
Roberto Wesley Overdijk 46a619fd24
refactor: Transitioner comment 2019-02-09 16:14:13 +01:00
Roberto Wesley Overdijk fac2462757
fix: Transitioner await onTransitionStart 2019-02-09 16:12:18 +01:00
Andrew Trand f9f279e761 fix: header accessibility fixes (#77) 2019-02-07 12:54:30 +01:00
Brent Vatne 755ce445e4 Release 1.0.8 2019-02-05 09:06:04 -08:00
Brent Vatne cbae912b7f s/onGestureFinish/onGestureEnd 2019-02-05 09:05:48 -08:00
Brent Vatne 6c74c1d85c Add development workflow to README 2019-02-04 18:06:03 -08:00
Brent Vatne 8e67358fe9 Fix lint error 2019-02-04 18:03:22 -08:00
Brent Vatne fcde2bec71 Release 1.0.7 2019-02-04 16:36:21 -08:00
Brent Vatne 49ff151072 Call onGestureBegin when the stack gesture becomes active 2019-02-04 16:36:20 -08:00
Brent Vatne 648578abc1
Merge pull request #71 from vshab/fix/transparent-header-height
Fix transparent header height measurement (Fix #60)
2019-01-18 11:53:34 -08:00
Brent Vatne 49362f36a1 Update example to SDK32 2019-01-16 21:37:06 -08:00
Brent Vatne 7d13e7b713 Release 1.0.6 2018-12-19 10:24:05 -08:00
Brent Vatne 8f0c554da3 Update Node image 2018-12-19 10:05:13 -08:00
Brent Vatne 2ed5a11c7b Release 1.0.5 2018-12-19 10:03:07 -08:00
Brent Vatne 52f9bcecd3 Animations interruptible with gesture and comment for more info 2018-12-19 10:03:07 -08:00
Brent Vatne d789cd35f4 isGesturesEnabled -> isGestureEnabled
Name not ideal because option is gesturesEnabled, but grammar
2018-12-19 10:03:07 -08:00
Brent Vatne f1eec36734
Merge pull request #73 from react-navigation/android-default-stack-anim
Prevent previous screen fade out on push/pop on Android
2018-12-19 09:50:19 -08:00
Krzysztof Magiera bbe1fe6cef Prevent previous screen fade out on push/pop on Android 2018-12-19 13:43:06 +01:00
Vladislav Shabanov 553a5f616c Header is positioned absolute in Layout layer already 2018-12-16 21:08:10 +07: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