524 Commits

Author SHA1 Message Date
Kevin Cooper
19babadf38 Fix the NavigationPlayground example! (#2170)
* [Playground] Commit auto-changes to package.json, yarn.lock

* [Playground] Rerun create-react-native-app

Preserving rn-cli.js and transformer.js

Still not quite working.

* [Playground] Fix the Expo loading issue by removing projectRoots

Now it looks in the right place to find its resources, including 'entryPoint'.

* [Playground] Add postinstall script to clean up files Yarn copies in

Yarn copies them when installing locally, causing lots of @providesModule collisions.

* Update the Contributors guide to explain how to use the example app

And recommend Yarn by default

* [Playground] Remove now-obsolete rn-cli.config.js

* [Playground] Upgrade expo and other dependencies

* [Playground] Don't delete .git just in case
2017-09-06 10:36:20 -05:00
Hawken Rives
2e1624e976 pin react-native-tab-view with ~ instead of ^ (#2348)
Because react-native-tab-view insists on sticking at 0.0.*, 
the caret version pinning won't install "minor" updates.

Semver rules are weird with 0. major versions.

Is this something you'd be interested in?
2017-08-31 09:58:47 -05:00
Andréas Hanss
024297b014 Add documentation to help handling Hardware Back Button in Android (#2486) 2017-08-30 16:34:46 -05:00
Brooks Lyrette
a71fd99cd4 Corrected broken links. (#2374)
Updated links for Card.js, CardStack.js and Header.js
2017-08-30 16:30:23 -05:00
Gant Laborde
8fdfc6d7a6 Feature/toggle (#2492)
* add toggle functionality

* add documentation
2017-08-29 21:55:33 -05:00
Satrio Adi Prabowo
e91e820823 Fixed conflict 2017-08-29 23:39:50 +07:00
probeadd
1b0c417633 Fixed 2017-08-29 23:36:30 +07:00
probeadd
d99f1fc07c Merge branch 'master' of https://github.com/probeadd/react-navigation 2017-08-29 17:36:10 +07:00
probeadd
7ee535cbd7 Fixed from review 2017-08-29 17:25:11 +07:00
Jan Peer Stöcklmair
aa92bcb0dd Fix ActiveScreen in custom navigation (#2354) 2017-08-28 21:35:48 -05:00
Farzad Qasim
8cd77cfad4 Fix broken links (#2366) 2017-08-28 21:33:28 -05:00
Keegan Stothert
ae9d49f1ab Update TabNavigator.md (#2482)
tabNavigatorConfig doc improvements
2017-08-28 21:25:56 -05:00
Bruno
3336022279 Fix style variable in docs. (#2451) 2017-08-23 20:07:12 -05:00
Spencer Carli
f172ade4ae Add additional guidance information to the GitHub issue template. (#2428)
* Add additional guidance information to the GitHub issue template.

- Provides links to best places to ask usage questions.
- Uncomments guiding information in issue template that wasn't visible when creating issue.
- Based on questions asked here: https://new-issue.vuejs.org/#modal

* Remove  ' instead of the expected behavior'
2017-08-20 15:08:56 -05:00
probeadd
d95f01f552 #Provide intro for create-react-native-app and react-native init 2017-08-12 12:58:27 +07:00
James Ide
ae9fb10e60 [assets] Optimize back-icon PNGs (#2341)
Ran the images through `optipng -o7 -strip all`. In some cases got the images down from > 1 TCP packet to below 1.
2017-08-08 23:26:18 -07:00
Matt Hamil
2e958c9677 Upgraded to react-native-tab-view@0.0.67 2017-08-04 11:00:54 -05:00
Matt Hamil
7eda8a2fe7 reverted back to 0.0.66 react-native-tab-view 2017-08-04 10:23:07 -05:00
Matt Hamil
b537b1ca4e pulled 2017-08-04 10:14:38 -05:00
Matt Hamil
59a71f7acf updated react-native-tab-view 2017-08-04 10:13:02 -05:00
Fidan Hakaj
b00208baa7 Updates Routers.md - adds missing parenthesis (#2230)
Adds missing parenthesis to *Handling Custom URIs* code example
2017-08-02 00:29:55 -05:00
Adam Miskiewicz
99cd4604b4
Change parallelism on Circle to 2 2017-07-19 14:11:11 -07:00
Adam Miskiewicz
ba47c772ff
Remove ReduxExample from Circle 2017-07-19 14:10:43 -07:00
Adam Miskiewicz
e2afc982da
Fix tests in NavigationPlayground 2017-07-19 14:03:58 -07:00
Adam Miskiewicz
5e075e1c31
1.0.0-beta.12 v1.0.0-beta.12 2017-07-19 13:11:57 -07:00
Adam Miskiewicz
dd3290aa59
Remove generating prop-types from Flow 2017-07-19 13:11:56 -07:00
Adam Miskiewicz
2f0241d774
Update dependencies 2017-07-19 13:04:04 -07:00
Adam Miskiewicz
a0741712ed
Add flow definition to eslintignore 2017-07-19 13:01:23 -07:00
Adam Miskiewicz
eb8434a5b6
Clean up some flow types code-base wide, reorganize cardstack views 2017-07-19 12:59:40 -07:00
Adam Miskiewicz
bbd82dff53
Stricter flow typing on CardStackStyleInterpolator 2017-07-19 12:59:40 -07:00
Adam Miskiewicz
681e1c6e31
Update depenencies, update Prettier 2017-07-19 12:59:40 -07:00
Adam Miskiewicz
ebf1e2e893
Update NavigationPlayground to 0.45.1, add stub react-nav flow definition 2017-07-19 12:59:40 -07:00
Adam Miskiewicz
9436d03fe8
Update to RN 0.45, fix/improve flow coverage 2017-07-19 12:59:39 -07:00
Adam Miskiewicz
c2c81d95f6
Update flow-typed defs 2017-07-19 12:59:39 -07:00
Adam Miskiewicz
c209b2dfcc
Add react-native flow-typed definition 2017-07-19 12:59:39 -07:00
Adam Miskiewicz
8455b75dbd
BackAndroid -> BackHandler 2017-07-19 12:59:39 -07:00
Adam Miskiewicz
1919bff719
Disable noisy logging unless process.env.REACT_NAV_LOGGING is set 2017-07-19 12:59:39 -07:00
Adam Miskiewicz
2da42c0cc0
Improved header + tab bar styles on iOS 2017-07-19 12:59:38 -07:00
Scott Brady
cc22138b19 Adding reset key documentation (#1297) 2017-07-10 20:46:29 -05:00
Yohan Spychala
9037dd3c4e Fix flow type for NavigationParams (#1574) 2017-07-04 02:30:04 -04:00
Nicolas Beck
5e27ecf35e fixed bug with wrong label&icon in Drawer (#1914)
* fixed bug with wrong label&icon in Drawer

* itemPress in Drawer now always navigates to first screen of a nested StackRouter

* used eslint formatting

* added comments
2017-07-04 02:26:16 -04:00
Hugo Dozois
fa9a2d6960 Removed duplicate navigation flow annotation in CardStack (#1993)
- Also defined in the NavigationTransitionProps
2017-07-04 02:25:37 -04:00
Gabriel Bull
72f6331fdb Added with navitation to website’s docs (#1974) 2017-07-04 02:24:49 -04:00
Tiziano Munegato
b310b153fd fix header metrics based on Material design guidelines (#2001) 2017-07-04 02:24:29 -04:00
Franco Sarachu
8772e5f373 Update StackRouter.md (#2047)
Add missing ":"
2017-07-04 02:23:20 -04:00
Michael
04b5578c14 Fixed spelling mistake in validateRouteConfigMap (#2049) 2017-07-04 02:23:02 -04:00
Adam Miskiewicz
b6de8cb276
Fix CircleCI configuration 2017-07-03 23:15:07 -07:00
Adam Miskiewicz
b354b8eb49 Revert "[BUGFIX] Use a proper source of headerBackTitle (#2007)" (#2018)
This reverts commit 075902147d92e2c5db62c5d66f63d1a4c527cc49.
2017-06-28 12:04:56 -07:00
Alexey
075902147d [BUGFIX] Use a proper source of headerBackTitle (#2007) 2017-06-28 23:21:43 +05:30
Jan Peer Stöcklmair
661d01dc54 Docs: typo (#1783)
* Docs: typo
2017-06-27 17:27:54 -05:00