Skip to content

Commit 1eb5b67

Browse files
author
Christopher J. Brody
committed
[WORKAROUND WIP] use [email protected]
as a workaround for the build issue with [email protected] and [email protected]
1 parent 30577be commit 1eb5b67

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"react": "16.5.1",
88
"react-dom": "^16.5.1",
99
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
10-
"react-native-web": "^0.11.2",
10+
"react-native-web": "0.10.1",
1111
"react-primitives": "^0.7.1"
1212
},
1313
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9067,10 +9067,10 @@ [email protected]:
90679067
prop-types "^15.5.10"
90689068
yargs "^8.0.2"
90699069

9070-
react-native-web@^0.11.2:
9071-
version "0.11.2"
9072-
resolved "https://registry.yarnpkg.com/react-native-web/-/react-native-web-0.11.2.tgz#f3550589347be1f402f0641fefca687ca64a1750"
9073-
integrity sha512-EVUrBftCZBfUCOrwKJPh+hiGmDieBPL+5m+57BFg0UIH6uSmgvXK9r/xy6rQXLRMTgk3krDd94nRo3/31p69+A==
9070+
react-native-web@0.10.1:
9071+
version "0.10.1"
9072+
resolved "https://registry.yarnpkg.com/react-native-web/-/react-native-web-0.10.1.tgz#94a8a4b0a18fd03cf5d75fb41f87bd8c3ded753f"
9073+
integrity sha512-Mpjx7nFPyH3W/BSaEqLWlG0rqqSfG/St+ri/heRXRyZZOl4IoS/2GDhKDJinojHUCgm2BdmvNqN53zWupiU6eQ==
90749074
dependencies:
90759075
array-find-index "^1.0.2"
90769076
create-react-class "^15.6.2"

0 commit comments

Comments
 (0)