This commit is contained in:
Alexander Sklar 2021-01-30 23:45:03 -08:00
Родитель c5d88b4d50
Коммит d622e20286
2 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -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"
}
}

Просмотреть файл

@ -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"