Commit Graph

7 Commits

Author SHA1 Message Date
Brent Vatne
85a6b131d9 Fix example project 2017-12-20 13:35:35 -08:00
Dave Pack
1bd0649ff4 Add iPhone X SafeAreaView (#2833)
* Add SafeAreaView - JS only version

* Add SafeAreaView

* Looking pretty good

* Small refactor

* Remove console.log

* Fix merge conflict with Header flow types.

* Fix conflict with itemsContainerStyle.

* Fix merge conflict.

* Fix merge conflict, yarn and package.json from fixflow

* Fix merge conflict, navigation playground yarn.lock and package.json with fixflow

* Now it can work on lower versions of RN

* Snapshots merge conflict.

* Update DrawerNavigator snapshot.

* Fix conflict with iconContainerStyle

* Add support for correct status bar height on iPad.

* Update jest snapshots.

* Update StackNavigator snapshot.

* Use modulo instead of while

* Fix landscape tab bar width on < iOS 11
2017-10-31 11:33:40 -07:00
Adam Miskiewicz
86b20f8017 Update/Fix Prettier + Eslint config for codebase
Run Prettier/Eslint on entire codebase, fix issues
2017-05-14 12:14:12 -07:00
Koen Punt
9ac8a2d0e3 fix toggle header example (#1286) 2017-04-28 12:58:13 +02:00
Mike Grabowski
8418177aee Navigate to nested router within stack (#1025) 2017-04-13 18:28:47 +02:00
Mike Grabowski
af88ad2658 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-13 00:49:08 +02:00
Adam Miskiewicz
00f284cb9c Initial public release of React Navigation 2017-01-26 11:49:39 -08:00