Sébastien Lorber
|
c74f001b1c
|
add withNavigationFocus HOC (#3512)
* add withNavigationFocus HOC
See:
- https://github.com/react-navigation/react-navigation/issues/51#issuecomment-276003658
- https://github.com/react-navigation/react-navigation/issues/51#issuecomment-278761705
- https://github.com/react-navigation/react-navigation/pull/3345#issuecomment-360260067
* typos
* remove unused import
* Add withNavigationFocus export
* add example TabsWithNavigationFocus
* add example TabsWithNavigationFocus
* withNavigationFocus: get navigation from context or props
* subs => subscriptions
* fix flow issues
|
2018-02-16 16:57:33 -08:00 |
|
Brent Vatne
|
ecfa38bfd2
|
Remove flow (#3350)
* Remove flow types from src
* Finish removing Flow
* Clear out flow-typed, some flow mentions in docs, website flow usage, and some other config
|
2018-01-24 17:52:09 -08: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 |
|
Jakub Stasiak
|
2f1105dd08
|
Exported withNavigation to web (#330)
|
2017-02-16 01:41:44 +05:30 |
|
Satyajit Sahoo
|
1247806f9b
|
Make compatible with webpack (#244)
|
2017-02-08 13:00:58 -08:00 |
|
Jeff Carbonella
|
2e6f7a015f
|
Use redux constants and action creator functions (#120)
|
2017-02-02 02:57:51 +05:30 |
|
Adam Miskiewicz
|
c37ad8a0a9
|
Initial public release of React Navigation
|
2017-01-26 11:53:33 -08:00 |
|