Commit Graph

2217 Commits

Author SHA1 Message Date
Fidan Hakaj
3fa404a6a7 Use animatable text component for the header title (#1922)
* Uses animatable text component for the header title

* fix: prettier issue
2017-06-24 02:19:49 +02:00
Koen Punt
d16e7e5297 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-24 02:19:13 +02:00
Nimrod Argov
6ac778fa01 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-24 03:18:13 +03:00
Nicholas Thompson
c445a5ecf9 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-23 04:47:16 +01:00
Koen Punt
ed923edd25 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-23 05:30:12 +02:00
Iftekhar Rifat
a97529afc1 DrawerNav: don't push screen to stack if it's already focused (#1817) 2017-06-23 09:29:30 +06:00
Neo
a3baa099f9 Fix typo -- movedDistance moveX, moveY -> dy/dx (#1824) 2017-06-23 11:26:54 +08:00
Stefan Roex
59a85fabb2 More iOS-ish transitions (#1786) 2017-06-23 05:24:43 +02:00
Sergey Zhigunov
fa04dc8665 Update examples (#1968)
Use prop-types instead of React.PropTypes
2017-06-23 06:05:03 +03:00
Ron Arts
021dfc350d Clarify in docs that npm install in main dir is needed for NavigationPlayground (#1712)
Updated documentation on running the NavigationPlayground example
2017-06-22 16:08:52 +02:00
G. Kay Lee
4e7b17c3b7 Update Screen-Nav-Options.md (#1793)
Fix grammatical error in docs
2017-06-22 10:36:15 +08:00
Alan Foster
cf94cabe21 Reduce rerenders on header back button (#1913) 2017-06-19 07:37:07 +01:00
Adam Miskiewicz
202864bda0 Add CoC 2017-06-14 21:31:56 -07:00
Koen Punt
11c54ee4af 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 15:50:31 +02:00
James Gillmore
9a3ea30b3d change TabNavigator type to NavigatorTypes.TABS (#1628) 2017-06-03 12:41:06 -07:00
William Schurman
f438be7d60 Correct sizing of header back button image on iOS (#1687) 2017-06-03 12:22:10 -07:00
JSON Deppen
664fa2582c Update broken links (#1696) 2017-06-03 15:21:39 -04:00
Gabriel Bull
1cc701d0f3 Removed dependency on fbjs (#1698) 2017-06-03 15:21:08 -04:00
Paul McBride
32943f8da2 Fix documention header styles (#1742) 2017-06-03 20:01:13 +01:00
Jacob Lauritzen
9d6dfcb142 Update drawer layout polyfill to 1.3.1 (#1716) 2017-05-29 09:35:43 +02:00
Satyajit Sahoo
313efcab22 Upgrade React Native Tab View to v0.0.66 (#1713) 2017-05-29 08:25:49 +05:30
Kyle Herock
09850df2ed Expose CardStackTransitioner as export (closes #1326) (#1676) 2017-05-24 15:15:55 -04:00
Gabriel Bull
4896895950 Added tabStyle property (#1667) 2017-05-24 02:03:23 -04:00
Adam Miskiewicz
cc99ac0ea4 1.0.0-beta.11 2017-05-23 21:53:38 -07:00
Adam Miskiewicz
056d6ccb59 Fix flow error in CardStack 2017-05-23 21:51:30 -07:00
Satyajit Sahoo
6d26f1a9ec Release beta 10 2017-05-19 21:32:42 +05:30
Gregory
34239c53ad Fix backAndroid warning (#1520) 2017-05-19 18:57:33 +03:00
Daniel Friesen
c06aa04404 Allow the routes outputted by DrawerView.Items to be overridden (#1039) 2017-05-18 20:53:19 -07:00
Samuel Rounce
76c22700d7 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 15:58:01 +01:00
Adam Miskiewicz
3d4f6a408e Tweak iOS animation easing, gesture tweaks 2017-05-16 23:04:33 -07:00
Adam Miskiewicz
873e23c37d Increase cache version for Circle 2017-05-15 21:53:50 -07:00
Adam Miskiewicz
49ef70db90 Increase cache key search for Circle 2017-05-15 21:51:51 -07:00
Adam Miskiewicz
4074a389f2 Disable Expo deploy for now -- cuz of watchman 2017-05-15 21:41:55 -07:00
Adam Miskiewicz
13782e19aa Try to up inotify watches 2017-05-15 20:20:14 -07:00
Adam Miskiewicz
0938ca7fa8 Add watchman to docker image 2017-05-15 20:07:37 -07:00
Adam Miskiewicz
228b800436 Change directory to proper place before exp publish 2017-05-15 19:56:58 -07:00
Adam Miskiewicz
837b38c39e Add icon for example 2017-05-15 19:45:27 -07:00
Adam Miskiewicz
59d81aa6d7 Clear CI caches 2017-05-15 19:41:19 -07:00
Adam Miskiewicz
ed0b6c0ecf Update docker image 2017-05-15 19:41:03 -07:00
Adam Miskiewicz
e5213a085e Fix tests in examples 2017-05-15 19:36:04 -07:00
Adam Miskiewicz
0a37d8c7f1 Don't use jest-setup on NavigationPlayground 2017-05-15 19:16:00 -07:00
Adam Miskiewicz
0bde1a4478 Install react-navigation in NavigationPlayground 2017-05-15 19:12:52 -07:00
Adam Miskiewicz
021bf0e757 Fix path to Jest in NavigationPlayground 2017-05-15 19:08:16 -07:00
Adam Miskiewicz
d1cfeec78f Don't run Jest watch in CI 2017-05-15 19:06:17 -07:00
Adam Miskiewicz
f816088a4c Restore jest-setup.js file 2017-05-15 19:02:46 -07:00
Adam Miskiewicz
58e81a911b Convert NavigationPlayground project to a CRNA project 2017-05-15 18:55:18 -07:00
Adam Miskiewicz
83fa3ac17a Remove old NavigationPlayground code (and ExpoNavigationPlayground) 2017-05-15 18:54:19 -07:00
Daniel Schmidt
b95509213e Add NavigationPlayground Expo Demo (#1523)
* use react-navigation as dependency
* add expo based playground app
* name expo playground demo in the docs
* add ci task to deploy playground demo
2017-05-16 01:55:10 +02:00
Miguel Oller
26133668c7 Exclude __tests__ from published files (#1525) 2017-05-15 13:33:14 -04:00
Adam Miskiewicz
b7bfbde1fc Make sure root deps are installed before running yarn in example folders 2017-05-14 23:16:02 -07:00