We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99edba4 commit b774016Copy full SHA for b774016
example/package.json
@@ -10,9 +10,9 @@
10
"lint": "eslint ."
11
},
12
"dependencies": {
13
+ "@toruslabs/react-native-web-browser": "file:../",
14
"react": "18.2.0",
- "react-native": "0.70.2",
15
- "@toruslabs/react-native-web-browser": "../"
+ "react-native": "0.70.2"
16
17
"devDependencies": {
18
"@babel/core": "^7.19.3",
example/yarn.lock
@@ -1356,7 +1356,12 @@
1356
"@sinonjs/commons" "^1.7.0"
1357
1358
"@toruslabs/react-native-web-browser@../":
1359
- version "1.0.0"
+ version "1.0.1"
1360
+ dependencies:
1361
+ compare-urls "^3.0.0"
1362
+
1363
+"@toruslabs/react-native-web-browser@file:../":
1364
1365
dependencies:
1366
compare-urls "^3.0.0"
1367
0 commit comments