1003 Commits

Author SHA1 Message Date
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
Adam Miskiewicz
de6396facd
Don't use jest-setup on NavigationPlayground 2017-05-15 19:16:00 -07:00
Adam Miskiewicz
518f491727
Install react-navigation in NavigationPlayground 2017-05-15 19:12:52 -07:00
Adam Miskiewicz
4632e1c348
Fix path to Jest in NavigationPlayground 2017-05-15 19:08:16 -07:00
Adam Miskiewicz
44dac9b629
Don't run Jest watch in CI 2017-05-15 19:06:17 -07:00
Adam Miskiewicz
fc1472dc84
Restore jest-setup.js file 2017-05-15 19:02:46 -07:00
Adam Miskiewicz
1cd16bcf4a
Convert NavigationPlayground project to a CRNA project 2017-05-15 18:57:22 -07:00
Adam Miskiewicz
d145332fdf
Remove old NavigationPlayground code (and ExpoNavigationPlayground) 2017-05-15 18:57:22 -07:00
Daniel Schmidt
b19beda0a7 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-15 16:55:10 -07:00
Miguel Oller
ed0a818aee Exclude __tests__ from published files (#1525) 2017-05-15 10:33:14 -07:00
Adam Miskiewicz
a61b4478f0
Make sure root deps are installed before running yarn in example folders 2017-05-14 23:16:02 -07:00
Adam Miskiewicz
9edb4ef5e8
More CI parallelization optimizations 2017-05-14 23:14:22 -07:00
Adam Miskiewicz
aa84a5e316 Migrate to CircleCI v2 (#1517)
Use the new Docker-based, beta version of CircleCI.

This adds a docker image that has the correct deps to run flow, and then migrates from the old circle.yml format to the new.

This gets test runs wayyyyy down. Earlier today, on the old stack, before optimizations, we were at > 9 min for PR builds (aka, CI runs without a website deploy). The build for this PR ran in 1 min 33 seconds. Woo!
2017-05-14 23:08:13 -07:00
Adam Miskiewicz
3b6eee6367
Split test commands into test.sh, respect CIRCLE_NODE_INDEX 2017-05-14 22:11:18 -07:00
Adam Miskiewicz
37c9d07b9d
Paralellize tests 2017-05-14 22:04:55 -07:00
Adam Miskiewicz
ebb20ad632
Hotfix website error (maximum callstack size exceeded 2017-05-14 21:54:56 -07:00
Adam Miskiewicz
e083d4bf86
Fix website build -- needs eslint 2017-05-14 21:42:34 -07:00
Adam Miskiewicz
bf1c1afd64 Add codecov.io badge 2017-05-14 21:32:55 -07:00
Adam Miskiewicz
fe9e30d8a8 Change react-navigation path in example package.json to relative 2017-05-14 21:28:38 -07:00
Adam Miskiewicz
6c09b85d4e Update Circle.yml with more caching 2017-05-14 21:28:38 -07:00
Adam Miskiewicz
c5e2229376 Add codecov.yml 2017-05-14 21:28:38 -07:00
Adam Miskiewicz
96a1c1fddf Add codecov.io support 2017-05-14 21:28:38 -07:00
Adam Miskiewicz
a781c35e75 Run 'flow check' instead of 'flow' in CI 2017-05-14 21:28:38 -07:00
Adam Miskiewicz
1ae3798137 Upgrade to React Native 0.44 + Flow 0.42 2017-05-14 21:28:38 -07:00
Adam Miskiewicz
30ca3c1f80 Fix Flow and Tests (#1510)
* Navigation actions should be string literals to work properly with Flow

* Update StackRouter/TabRouter tests with eslint ignore rule

* Use `expect.objectContaining` so we don't rely on keys
2017-05-14 14:18:09 -07:00
Adam Miskiewicz
f3a958dca1 Update/Fix Prettier + Eslint config for codebase
Run Prettier/Eslint on entire codebase, fix issues
2017-05-14 14:18:09 -07:00