Skip to content

Commit 1ae3798

Browse files
Adam Miskiewiczskevy
Adam Miskiewicz
authored andcommitted
Upgrade to React Native 0.44 + Flow 0.42
1 parent 30ca3c1 commit 1ae3798

File tree

8 files changed

+798
-590
lines changed

8 files changed

+798
-590
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
coverage
12
flow-typed
23
node_modules
34
lib*

.flowconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ suppress_type=$FlowIssue
5252
suppress_type=$FlowFixMe
5353
suppress_type=$FixMe
5454

55-
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-0]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
56-
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]+
55+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-2]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)
56+
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]+
5757
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
5858
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
5959

examples/NavigationPlayground/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
},
88
"dependencies": {
99
"react": "16.0.0-alpha.6",
10-
"react-native": "^0.43.2",
11-
"react-native-vector-icons": "^4.0.1"
10+
"react-native": "^0.44.0",
11+
"react-native-vector-icons": "^4.1.1"
1212
},
1313
"devDependencies": {
14-
"babel-jest": "^19.0.0",
15-
"jest": "^19.0.2",
14+
"babel-jest": "^20.0.1",
15+
"jest": "^20.0.1",
1616
"react-navigation": "git+https://github.com/react-community/react-navigation.git",
1717
"react-test-renderer": "^15.5.4"
1818
},

0 commit comments

Comments
 (0)