Merge pull request #37 from dulmandakh/rn-0.57

depends on react-native@^0.57
This commit is contained in:
Thibault Malbranche 2018-09-11 22:01:42 +02:00 committed by GitHub
commit 227756a0fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
},
"peerDependencies": {
"react": "^16.0",
"react-native": "^0.56"
"react-native": "^0.57"
},
"dependencies": {
"escape-string-regexp": "^1.0.5",
@ -19,6 +19,6 @@
},
"devDependencies": {
"flow-bin": "^0.80.0",
"react-native": "^0.56"
"react-native": "^0.57"
}
}