Commit Graph

97 Commits

Author SHA1 Message Date
Brent Vatne 62e4175456 Render shadow on a separate view entirely 2018-10-02 19:31:11 -07:00
Brent Vatne 5f6894e27d Bump version 2018-10-02 16:34:02 -07:00
Brent Vatne 50e54ebaf8 Add image example, make shadow and translate apply to different views, hide shadow on inactive screens 2018-10-02 16:28:30 -07:00
Brent Vatne f334c7645a Bump shadow radius, fix velocity thresholds on release, speed up goBack spring 2018-10-02 14:56:55 -07:00
Brent Vatne 089173f50c An explicit null for headerBackTitle should mean no back title 2018-10-02 14:56:26 -07:00
Brent Vatne 7d457e8126 useScreens 2018-10-02 14:32:20 -07:00
Brent Vatne 1b701c9702 Bump to alpha.10 2018-09-27 12:56:49 -07:00
Brent Vatne d57ee8623d Add shadow opacity and don't animate view opacity in transition 2018-09-27 12:03:10 -07:00
Brent Vatne 19424d9ab1 Default title back text to visible on iOS 2018-09-27 12:02:52 -07:00
Brent Vatne cd56d08793 RTL support with native driver 2018-09-26 10:59:44 -07:00
Brent Vatne 385f48831b Native driver with vertical gesture 2018-09-26 10:17:38 -07:00
Brent Vatne c91b04b0db Format comment 2018-09-26 10:08:25 -07:00
Brent Vatne 5002c215ec Clean up formerly commented out code and console logs 2018-09-26 10:02:18 -07:00
Brent Vatne 6e95ceea1f Remove unused animated subscribe code 2018-09-26 09:55:07 -07:00
Brent Vatne 9d0ec3f7ae Better swipe handling, don't detach position value ever 2018-09-26 09:53:46 -07:00
Brent Vatne 123aef8810 Get it working with native driver, albeit hacky 2018-09-25 17:18:43 -07:00
Brent Vatne 6e9af03ee6 Use negative hitSlop for gesture activation 2018-09-25 14:39:33 -07:00
Brent Vatne 7d18af1fb2 Release 1.0.0-alpha.2 2018-09-25 11:09:33 -07:00
Brent Vatne 55f0489573 Better example of gesture interaction 2018-09-25 11:08:06 -07:00
Brent Vatne 6288ddfbe8 Rename GestureContext to StackGestureContext 2018-09-25 10:38:45 -07:00
Brent Vatne 53d191455b Wrap the WebView example too 2018-09-24 17:57:20 -07:00
Brent Vatne 5eac729fc3 Experiment with passing the pan gesture ref down through context 2018-09-24 17:53:22 -07:00
Brent Vatne 413bfe3ea8 Add back modal gesture 2018-09-24 16:51:55 -07:00
Brent Vatne b8cee7ac7f Full gesture flow on horizontal 2018-09-24 16:15:21 -07:00
Brent Vatne 23ea16e9cf Organize a bit more and fix RTL 2018-09-24 15:37:58 -07:00
Brent Vatne 99db956be8 Get rngh in there 2018-09-24 14:40:30 -07:00
Brent Vatne a380437f35
Merge pull request #28 from janicduplessis/transparent-card
Add transparentCard option to fix cards with a transparent bg when using screens
2018-09-24 13:32:16 -07:00
Brent Vatne 6189822835 Vendor clamp and fix lint errors / jest snapshots 2018-09-24 13:12:08 -07:00
Janic Duplessis 7d979c8ada Fix typo 2018-09-24 15:34:52 -04:00
Janic Duplessis 6861dc8870 Cleanup 2018-09-24 15:13:30 -04:00
Janic Duplessis 3a4dfadc52 Add transparentCard option to fix cards with a transparent bg when using screens 2018-09-24 15:11:34 -04:00
Brent Vatne dab7f2515e
Merge pull request #21 from backmeupplz/master
Make sure header back button is accessible
2018-09-24 09:46:11 -07:00
Brent Vatne 5313e5d2c1
Merge pull request #23 from michael-palmes/iphonexs-max-and-iphonexr-support
Added window dimensions for iPhone XS Max and iPhone XR
2018-09-24 09:41:56 -07:00
Brent Vatne dc4d91bddf
Merge pull request #25 from flybayer/missing-dep
Add missing clamp dependency
2018-09-24 09:41:21 -07:00
Brent Vatne 79e0a47095
Merge branch 'master' into missing-dep 2018-09-24 09:41:07 -07:00
Brent Vatne 8951557608
Merge pull request #27 from react-navigation/@ericvicenti/stack-mount-complete
Stack nav completion on mount
2018-09-24 09:40:09 -07:00
Brent Vatne 6fc630d931
Merge pull request #22 from enewbury/master
Add overflow hidden to stack navigator layout
2018-09-24 09:38:58 -07:00
Eric Vicenti b3c2ebb9a9 Stack nav completion on mount
StackView is responsible for calling the navigation completion action when `state.isTransitioning` is set. This fix handles that case when the stack is first mounting.

This had caused the following issue when observing the events.. because isTransitioning was never switched to false, didFocus never gets called: https://github.com/react-navigation/react-navigation/issues/4867
2018-09-23 12:08:18 -07:00
Brent Vatne e367f4cbba Move react-native-screens to peerDependency 2018-09-19 16:36:26 -07:00
Brandon Bayer 4617e7d1ed add missing clamp dependency 2018-09-17 16:33:58 -04:00
Michael Palmes 93784154c5 Added constants for the two iPhone X/XS/XR dimensions and comments 2018-09-16 10:24:59 -06:00
Michael Palmes 1b2e064ead Added window dimensions for iPhone XS Max and iPhone XR 2018-09-15 23:26:03 -06:00
Eric Newbury 630a0a9b26
add overflow hidden to stack navigator layout 2018-09-14 17:56:30 -04:00
Nikita Kolmogorov 32565c873b
Update HeaderBackButton.js 2018-09-14 14:35:01 -07:00
Nikita Kolmogorov 3532fdf21c
Update HeaderBackButton.js 2018-09-14 14:28:53 -07:00
Brent Vatne 3f4d038b50 Release 0.5.1 2018-09-14 15:27:58 +02:00
Brent Vatne 457081a673 Clamp interpolated values 2018-09-14 15:26:37 +02:00
Brent Vatne 2171f128a9 Release 0.5.0 2018-09-14 12:52:28 +02:00
Brent Vatne 51a0637aec Update react-native-screens to alpha.10 2018-09-14 12:51:59 +02:00
Brent Vatne 4e9a160632 Run prettier 2018-09-14 12:49:15 +02:00