Skip to content

Commit

Permalink
Upgrade to React Native 0.44 + Flow 0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Miskiewicz authored and skevy committed May 15, 2017
1 parent 30ca3c1 commit 1ae3798
Show file tree
Hide file tree
Showing 8 changed files with 798 additions and 590 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
coverage
flow-typed
node_modules
lib*
Expand Down
4 changes: 2 additions & 2 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ suppress_type=$FlowIssue
suppress_type=$FlowFixMe
suppress_type=$FixMe

suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-0]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-0]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-2]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-2]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)?:? #[0-9]+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError

Expand Down
8 changes: 4 additions & 4 deletions examples/NavigationPlayground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
},
"dependencies": {
"react": "16.0.0-alpha.6",
"react-native": "^0.43.2",
"react-native-vector-icons": "^4.0.1"
"react-native": "^0.44.0",
"react-native-vector-icons": "^4.1.1"
},
"devDependencies": {
"babel-jest": "^19.0.0",
"jest": "^19.0.2",
"babel-jest": "^20.0.1",
"jest": "^20.0.1",
"react-navigation": "git+https://github.com/react-community/react-navigation.git",
"react-test-renderer": "^15.5.4"
},
Expand Down
Loading

0 comments on commit 1ae3798

Please sign in to comment.