[build] update flow / rn
This commit is contained in:
parent
a1968c9b17
commit
bc2db72ff5
|
@ -27,14 +27,16 @@
|
|||
|
||||
[include]
|
||||
|
||||
[lints]
|
||||
|
||||
[libs]
|
||||
node_modules/react-native/Libraries/react-native/react-native-interface.js
|
||||
node_modules/react-native/flow/
|
||||
node_modules/react-native/flow-github/
|
||||
|
||||
[options]
|
||||
emoji=true
|
||||
esproposal.optional_chaining=enable
|
||||
esproposal.nullish_coalescing=enable
|
||||
|
||||
# Taken from: https://github.com/facebook/react-native/issues/19766
|
||||
module.system=haste
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -71,7 +71,7 @@
|
|||
],
|
||||
"peerDependencies": {
|
||||
"react": ">= 16.4.1",
|
||||
"react-native": ">= 0.56.0",
|
||||
"react-native": ">= 0.57.0-rc.3",
|
||||
"fbjs": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -95,7 +95,7 @@
|
|||
"prettier": "^1.14.2",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1",
|
||||
"react-native": "^0.56.0",
|
||||
"react-native": "^0.57.0-rc.3",
|
||||
"typescript": "^3.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue