Skip to content

Commit 19d6dc1

Browse files
committed
Revert "Fix bottom sheet (#865)"
This reverts commit 762f2a3.
1 parent 296e8f3 commit 19d6dc1

File tree

6 files changed

+11
-69
lines changed

6 files changed

+11
-69
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@ jobs:
3737
- name: Test
3838
run: yarn test
3939

40-
# snackager fails whenever react-native-webview is a dependency, so we remove it
41-
# Removed right before deploy to keep it during development and when running tests, but ommited in final release
42-
# Changes need to be committed, otherwise lerna refuses to publish
43-
- name: Remove `react-native-webview` from dev dependencies
44-
run: |
45-
node ./scripts/remove-rn-webview-dependency.js
46-
git config --global user.email "[email protected]"
47-
git config --global user.name "Jigsaw CI Deploys"
48-
git commit -a -m 'Remove react-native-webview dev dependency'
49-
5040
- name: Release next packages
5141
if: github.event_name == 'pull_request'
5242
env:

packages/core/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@
7272
"react-native-tab-view": "^3.4.0",
7373
"react-native-typography": "^1.4.1",
7474
"react-native-web-swiper": "^2.2.3",
75+
"react-native-youtube-iframe": "^2.2.2",
7576
"react-youtube": "^10.1.0"
7677
},
7778
"peerDependencies": {
78-
"react-native-avoid-softinput": "^4.0.1",
79-
"react-native-youtube-iframe": "^2.2.2"
79+
"react-native-avoid-softinput": "^4.0.1"
8080
},
8181
"peerDependenciesMeta": {
8282
"react-native-avoid-softinput": {
@@ -91,8 +91,7 @@
9191
"@types/lodash.isnumber": "^3.0.6",
9292
"@types/lodash.omit": "^4.5.6",
9393
"@types/lodash.tonumber": "^4.0.6",
94-
"react-native-avoid-softinput": "^4.0.1",
95-
"react-native-youtube-iframe": "^2.2.2"
94+
"react-native-avoid-softinput": "^4.0.1"
9695
},
9796
"eslintIgnore": [
9897
"node_modules/",

packages/maps/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"@teovilla/react-native-web-maps": "^0.9.4",
4545
"color": "^4.2.3",
4646
"lodash.isequal": "^4.5.0",
47-
"react-native-maps": "1.7.1"
47+
"react-native-maps": "1.7.1",
48+
"react-native-webview": "13.6.3"
4849
},
4950
"eslintIgnore": [
5051
"node_modules/",

packages/native/package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,8 @@
4545
"@react-native-community/slider": "4.4.2",
4646
"expo-camera": "~13.4.4",
4747
"expo-linear-gradient": "~12.3.0",
48-
"react-native-svg": "13.10.0"
49-
},
50-
"peerDependencies": {
51-
"react-native-webview": "13.2.2"
52-
},
53-
"devDependencies": {
54-
"react-native-webview": "13.2.2"
48+
"react-native-svg": "13.10.0",
49+
"react-native-webview": "13.6.3"
5550
},
5651
"eslintIgnore": [
5752
"node_modules/",

scripts/remove-rn-webview-dependency.js

Lines changed: 0 additions & 43 deletions
This file was deleted.

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12923,10 +12923,10 @@ react-native-web@~0.19.6:
1292312923
postcss-value-parser "^4.2.0"
1292412924
styleq "^0.1.3"
1292512925

12926-
react-native-webview@13.2.2:
12927-
version "13.2.2"
12928-
resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-13.2.2.tgz#06b04db8e1f4ed57a9dc92f4094aa0e41271b89b"
12929-
integrity sha512-uT70y2GUqQzaj2RwRb/QuKRdXeDjXM6oN3DdPqYQlOOMFTCT8r62fybyjVVRoik8io+KLa5KnmuSoS5B2O1BmA==
12926+
react-native-webview@13.6.3:
12927+
version "13.6.3"
12928+
resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-13.6.3.tgz#f3d26e942ef5cc5a07547f2e47903aa81a68e25e"
12929+
integrity sha512-IApO0JSj0uAWsBGKWagyfgDYoX29piiMYLmkHtRjKeL1rIVjLoR/bMe7KJ/0X47y86b//a6u3cYQtphyay+F2A==
1293012930
dependencies:
1293112931
escape-string-regexp "2.0.0"
1293212932
invariant "2.2.4"

0 commit comments

Comments
 (0)