505 Commits

Author SHA1 Message Date
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
Gabriel Bull
f3bb04888e Fixed website dev bug (#1973) 2017-06-26 10:02:59 -07:00
Fidan Hakaj
a2fdb6d704 Use animatable text component for the header title (#1922)
* Uses animatable text component for the header title

* fix: prettier issue
2017-06-23 17:19:49 -07:00
Koen Punt
027c6ae5aa ignore files starting with a dot (#1971)
macOS creates metadata files named `.DS_Store`. The script incorrect tries to read it with a `.md` extension.  By excluding all files that start with a dot we can prevent this.
2017-06-23 17:19:13 -07:00
Nimrod Argov
a849eefc90 Add doc note for nesting wrapped navigator (#1947)
After having to look for a solution for nesting a navigator embedded in a component, found this issue that dealt with the same problem: https://github.com/react-community/react-navigation/issues/90.
Added the solution to the guide as a side note.
2017-06-23 17:18:13 -07:00
Nicholas Thompson
be1da2c4c9 Clarify headerBackTitle usage (#1649)
* Clarify headerBackTitle usage

* Updating text to that suggested by @pvinis

See https://github.com/react-community/react-navigation/pull/1649#discussion_r118195443
2017-06-22 20:47:16 -07:00
Koen Punt
fac91e097b allow empty path to be matched (#1811)
previously when opening a deeplink without a path, it would result in an array of 2 empty strings, which is are falsy values, so the full url was passed on.

by checking if the value is actually `undefined` instead of falsy we have no more false positives
2017-06-22 20:30:12 -07:00
Iftekhar Rifat
608217abbc DrawerNav: don't push screen to stack if it's already focused (#1817) 2017-06-22 20:29:30 -07:00
Neo
c61d72f9e7 Fix typo -- movedDistance moveX, moveY -> dy/dx (#1824) 2017-06-22 20:26:54 -07:00
Stefan Roex
d29dc05e73 More iOS-ish transitions (#1786) 2017-06-22 20:24:43 -07:00
Sergey Zhigunov
4f26834ef0 Update examples (#1968)
Use prop-types instead of React.PropTypes
2017-06-22 20:05:03 -07:00
Ron Arts
7138f8ccd5 Clarify in docs that npm install in main dir is needed for NavigationPlayground (#1712)
Updated documentation on running the NavigationPlayground example
2017-06-22 09:08:52 -05:00
G. Kay Lee
f3ca1de867 Update Screen-Nav-Options.md (#1793)
Fix grammatical error in docs
2017-06-21 21:36:15 -05:00
Matt Hamil
07c74eff6d Merge branch 'master' into master 2017-06-19 15:58:44 -05:00
Alan Foster
36642ebb69 Reduce rerenders on header back button (#1913) 2017-06-19 12:07:07 +05:30
Adam Miskiewicz
52a2846e77 Add CoC 2017-06-14 21:31:56 -07:00
Matt Hamil
75b4f2371f Merge branch 'master' into master 2017-06-12 14:17:18 -05:00
Koen Punt
3f0577f97a pass screenProps to TabBarComponent (#1841)
To support for example filtering the tabs based on a property passed to a parent navigator, I need to have to access to the screenProps in the tab bar
2017-06-12 19:20:31 +05:30
Matt Hamil
7e96ad4189 Fixed issue with back button 2017-06-06 17:24:13 -05:00
Matt Hamil
484c729154 Updated to react-navigation v1.0.0-beta.11 2017-06-06 14:24:27 -05:00