diff --git a/examples/hello-world/client/package.json b/examples/hello-world/client/package.json index 4ef61b5..e07027f 100644 --- a/examples/hello-world/client/package.json +++ b/examples/hello-world/client/package.json @@ -2,10 +2,10 @@ "license": "Apache-2.0", "dependencies": { "moomin-view": "^0.1.5", - "expo": "~38.0.0", + "expo": "~39.0.1", "react": "~16.11.0", "react-dom": "~16.11.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz", + "react-native": "0.64.0", "react-native-screens": "~2.9.0", "react-native-web": "0.11.7" },