diff --git a/RnDiffApp/.flowconfig b/RnDiffApp/.flowconfig index 7d608958e..0b611f07f 100644 --- a/RnDiffApp/.flowconfig +++ b/RnDiffApp/.flowconfig @@ -50,7 +50,5 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(\\)? *\\(site=[a-z,_]* suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError -unsafe.enable_getters_and_setters=true - [version] -^0.61.0 +^0.63.0 diff --git a/RnDiffApp/package.json b/RnDiffApp/package.json index e87dc3326..704d7a546 100644 --- a/RnDiffApp/package.json +++ b/RnDiffApp/package.json @@ -7,6 +7,6 @@ }, "dependencies": { "react": "16.2.0", - "react-native": "0.52.2" + "react-native": "0.53.0" } }