Aaron Cannon
7bd748a6be
Force the back button to be recognized as such by screen readers. ( #1155 )
...
* Force the back button to be recognized as such by screen readers.
* Update HeaderBackButton.js
* Update HeaderBackButton.js
* Update HeaderBackButton.js
* Format remaining issues
2017-04-24 11:29:04 -07:00
maxkomarychev
75921cfddd
Respect gesturesEnabled ( #1147 )
...
* Use flag value from screen details
* Only respect `gesturesEnabled` when `mode === card`
* Update docs
2017-04-24 10:51:08 -07:00
Neo
6b8cb793b4
Add support for custom transitionConfig ( #1187 )
...
* Fix transitionConfig regression
* Fix flow
* Add doc
* Update StackNavigator.md
* Update StackNavigator.md
* Update CardStackTransitioner.js
* Update TypeDefinition.js
2017-04-24 14:31:44 +02:00
Mike Grabowski
bbe9caff06
Fix eslint issues and turn on prettier by default ( #1195 )
...
* Automatically generate prop-types from Flow
* Remove propTypes usage
* Fix flow
* Modify some eslint settings
* Fix flowtype
* Lint tweaks
* use prop-types pkg
* Run prettier
* Fix flow
* Fix few lint issues
* Make eslint pass
* Run lint on tests
* Fix flow
* Fixes
* Alphabetical
* Trailing comma: ES5 for website compat, also fix config/paths
* Apply eslint --fix only to src now
* Fix missing transitionconfig
* Update TypeDefinition.js
* New stuff
* Unstage website and examples
* reformat code
* Update circle.yml
2017-04-24 17:31:22 +05:30
Joe McKie
2bbfc03cd0
Bump dependency versions to reflect current RN
2017-04-18 15:04:47 +02:00
Mike Grabowski
7165efce02
Upgrade babel-plugin-flow-prop-types ( #1045 )
...
* Fix build
* Latest version fixes Header
* Fix propTypes from react-native leaking to web context
* Update todo notice
2017-04-14 17:38:52 +05:30
Mike Grabowski
e2f5e7fd49
Automatically generate prop-types from Flow ( #1033 )
...
* Automatically generate prop-types from Flow
* Remove propTypes usage
* Fix flow
* Modify some eslint settings
* Fix flowtype
* Lint tweaks
* use prop-types pkg
2017-04-13 15:19:30 -07:00
Mike Grabowski
93976d358e
Introducing flat options ( #984 )
...
* Initial commit
* Remove HybridExample (#985 )
* Remove HybridExample
* Remove last mention of HelloHybrid
* Remove console log
* Fix flow and example
* Fix routers api docs
* Keep options in single place
* chore
* Fix styling
* Organise miscs
* Better flow type for screen options
* Flow test website and add more types to options
* navigationOptions instead of prevOptions makes more sense
* Fixes
* Fix up docs
* Fix
* Update route decl
* Provide error when removed API is used
* Remove lock
* Add validators
* Make StacksOverTabs config valid again
* Do not return
* Fix redbox
2017-04-12 15:49:08 -07:00
Bruno Lemos
3eb7b12f85
Fix gesturesEnabled regression ( #886 )
...
Closes #818
Regression caused by 11cab8eab6
2017-04-02 08:15:49 +05:30
Adam Miskiewicz
11cab8eab6
Resolve gesture issues in CardStack
2017-03-15 16:03:09 -07:00
YinYin Chiu
a2c9a14045
Pass transitionProps, prevTransitionProps and isModal to custom TransitionConfig ( #565 )
2017-03-10 18:25:07 +05:30
Luke San Antonio Bialecki
423aa85354
Fix low header when scene doesn't take up entire screen ( #446 )
...
Adds a nested View around the content in CardStack so that the content expands
and puts the header bar at the top of the screen.
2017-02-23 06:47:51 +01:00
Mike Grabowski
4d1e531c6b
Fix header positions
2017-02-22 14:25:26 +05:30
Ashoat
2d0a7fa4ed
Make it possible for a screen to set gesturesEnabled ( #385 )
...
Closes #292
2017-02-21 02:52:15 +05:30
lintonye
2273ef1c14
CardStack: Don't overwrite custom transitionConfig with default ( #99 )
...
* Don't overwrite transitionConfg with default
* Call this.props.transitionConfig as a function
* Update flow definition of transitionConfig
2017-02-17 08:42:20 -08:00
Satyajit Sahoo
a7b1243053
Fix flow ( #305 )
...
* Fix Flow and Android build
* Enable flow on CI
* Fix and suppress flow errors
2017-02-13 08:26:30 -08:00
juhasuni
307632b575
Expose onTransitionStart/End props to StackNavigator ( #230 )
...
* Add onTransitionStart/End options to StackNavigator 'stackConfig'
* Add documentation for onTransitionStart/End options
* Define onTransitionStart/End props optional
2017-02-08 08:53:41 -08:00
Jeff Carbonella
2e6f7a015f
Use redux constants and action creator functions ( #120 )
2017-02-02 02:57:51 +05:30
Mike Grabowski
7a20389e04
Refactor header, tintColor support, redesign iOS back button ( #109 )
2017-02-02 02:50:12 +05:30
Mike Grabowski
7c0fcc6cf5
Add header.left property ( #29 )
...
* Add header.left property
* Add docs
* Updates
* Update
* Remove unused param
* Update'
* fix
* Make sure to guard undefined defaultProps
2017-01-27 16:48:26 +00:00
Mike Grabowski
23ca61679d
Replace header.bar with headerComponent
2017-01-27 17:42:12 +05:30
Mike Grabowski
a60607385b
Allow CardStack default header to receive a custom style
2017-01-27 17:42:12 +05:30
Adam Miskiewicz
c37ad8a0a9
Initial public release of React Navigation
2017-01-26 11:53:33 -08:00