diff --git a/package.json b/package.json index d75bdfa..e7d274f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "index.js" ], "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "windows": "react-native run-windows" }, "repository": { "type": "git", @@ -28,11 +29,11 @@ "readmeFilename": "README.md", "peerDependencies": { "react": "^16.8.1", - "react-native": ">=0.64.0-rc.2 <1.0.x" + "react-native": "0.0.0-c66aa8abc" }, "devDependencies": { "react": "^16.9.0", - "react-native": "0.64.0-rc.2", + "react-native": "0.0.0-c66aa8abc", "react-native-windows": "^0.64.0-preview.8" } } diff --git a/yarn.lock b/yarn.lock index 8f5125b..4d0bad9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3333,10 +3333,10 @@ react-native-windows@^0.64.0-preview.8: whatwg-fetch "^3.0.0" ws "^6.1.4" -react-native@0.64.0-rc.2: - version "0.64.0-rc.2" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.64.0-rc.2.tgz#fd9f273255ac61bd23abd4a1251a6d6fba5ee343" - integrity sha512-c9eZEHnAtoEIlfm1AmCjobCeGqxcb7046U6CaWNKScE+Plf+A8Kq62k7kTianQHrC5mba9SyoMx01gox0w6xbg== +react-native@0.0.0-c66aa8abc: + version "0.0.0-c66aa8abc" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.0.0-c66aa8abc.tgz#c16c1a5996fbf552d91841465bb838baba2bd300" + integrity sha512-MLLREGn0reS/PmJsyvPVkqgUbdZxOh/BWWkB7FYm4k+1BzJCIs5Ob+CyVKjt82VXwlHnGlWygT5krj/LlPgtnQ== dependencies: "@jest/create-cache-key-function" "^26.5.0" "@react-native-community/cli" "^5.0.1-alpha.0" @@ -3364,7 +3364,6 @@ react-native@0.64.0-rc.2: react-refresh "^0.4.0" regenerator-runtime "^0.13.2" scheduler "^0.20.1" - shelljs "^0.8.4" stacktrace-parser "^0.1.3" use-subscription "^1.0.0" whatwg-fetch "^3.0.0"