528 Commits

Author SHA1 Message Date
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
Matt Hamil
528b1ad812 Stack pushes are now idempotent 2017-06-06 14:15:15 -05:00
James Gillmore
8d91753e9c change TabNavigator type to NavigatorTypes.TABS (#1628) 2017-06-03 12:41:06 -07:00
William Schurman
a60d1d529f Correct sizing of header back button image on iOS (#1687) 2017-06-03 12:22:10 -07:00
JSON Deppen
bff7d0778b Update broken links (#1696) 2017-06-03 12:21:39 -07:00
Gabriel Bull
77b04f342d Removed dependency on fbjs (#1698) 2017-06-03 12:21:08 -07:00
Paul McBride
48b09bfdae Fix documention header styles (#1742) 2017-06-03 12:01:13 -07:00
Jacob Lauritzen
3abbb950e8 Update drawer layout polyfill to 1.3.1 (#1716) 2017-05-29 13:05:43 +05:30
Satyajit Sahoo
a3f7930c58 Upgrade React Native Tab View to v0.0.66 (#1713) 2017-05-28 19:55:49 -07:00
Kyle Herock
e8ec07d9e3 Expose CardStackTransitioner as export (closes #1326) (#1676) 2017-05-24 12:15:55 -07:00
Gabriel Bull
89db9ea204 Added tabStyle property (#1667) 2017-05-24 11:33:23 +05:30
Adam Miskiewicz
ff2a6b1c97
1.0.0-beta.11 v1.0.0-beta.11 2017-05-23 21:53:38 -07:00
Adam Miskiewicz
269311c2a3
Fix flow error in CardStack 2017-05-23 21:51:30 -07:00
Satyajit Sahoo
934458ae8e Release beta 10 v1.0.0-beta.10 2017-05-19 21:32:42 +05:30
Gregory
9027e1a88f Fix backAndroid warning (#1520) 2017-05-19 08:57:33 -07:00
Daniel Friesen
03698c9a69 Allow the routes outputted by DrawerView.Items to be overridden (#1039) 2017-05-19 09:23:19 +05:30
Samuel Rounce
ec74206a91 Mention Reactiflux channel in README.md (#1553)
I think some mention of the channel on Reactiflux might be good as the signal to noise ratio in issues is out of control.
2017-05-18 07:58:01 -07:00
Adam Miskiewicz
296becd5d1
Tweak iOS animation easing, gesture tweaks 2017-05-16 23:04:33 -07:00
Adam Miskiewicz
880e93c1d3
Increase cache version for Circle 2017-05-15 21:53:50 -07:00
Adam Miskiewicz
59db7cfeec
Increase cache key search for Circle 2017-05-15 21:51:51 -07:00
Adam Miskiewicz
ef709f6b5d
Disable Expo deploy for now -- cuz of watchman 2017-05-15 21:41:55 -07:00
Adam Miskiewicz
088ee9a6fe
Try to up inotify watches 2017-05-15 20:20:14 -07:00
Adam Miskiewicz
2b1081076b
Add watchman to docker image 2017-05-15 20:09:08 -07:00
Adam Miskiewicz
b7f8ea9bae
Change directory to proper place before exp publish 2017-05-15 19:56:58 -07:00
Adam Miskiewicz
fff7ef49c5
Add icon for example 2017-05-15 19:45:27 -07:00
Adam Miskiewicz
604fe7fca4
Clear CI caches 2017-05-15 19:41:23 -07:00
Adam Miskiewicz
690365a6e5
Update docker image 2017-05-15 19:41:03 -07:00
Adam Miskiewicz
83e2cf007b
Fix tests in examples 2017-05-15 19:36:04 -07:00