Skip to content

Commit bbfac73

Browse files
committed
Revert "android build: Use our patched react-native-webview to cut noise in log."
This reverts commit 1982f3f. `react-native-webview` relies on a `lib/` directory which is not automatically built, but instead usually downloaded from `npm`. Since the source repo doesn't contain `lib/`, this breaks the build. As this is presently only cosmetic, reverting until either we figure out how to build it as needed, or (per the previous commit) update `react-native`.
1 parent 1982f3f commit bbfac73

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"react-native-sound": "^0.10.9",
6363
"react-native-text-input-reset": "^1.0.2",
6464
"react-native-vector-icons": "^4.6.0",
65-
"react-native-webview": "git://github.com/zulip/react-native-webview#49aca8206",
65+
"react-native-webview": "^5.0.0",
6666
"react-navigation": "^2.18.3",
6767
"react-navigation-redux-helpers": "^2.0.9",
6868
"react-navigation-tabs": "0.8.4",

yarn.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7771,9 +7771,10 @@ react-native-vector-icons@^4.6.0:
77717771
prop-types "^15.5.10"
77727772
yargs "^8.0.2"
77737773

7774-
"react-native-webview@git://github.com/zulip/react-native-webview#49aca8206":
7774+
react-native-webview@^5.0.0:
77757775
version "5.12.1"
7776-
resolved "git://github.com/zulip/react-native-webview#49aca8206f0f05dc17d7bafc96a2886dadec32b3"
7776+
resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-5.12.1.tgz#5e2b124e9087d64fc40040d911c10ee5744b5d4d"
7777+
integrity sha512-pFYzyNUG+k7Jk2a0Z3S1+OL9qtp0VQxVP08d1ume/O6l1Xibi0K0hRZms7zPUHqQc2uWEfjZ0FOa17MIN7vruw==
77777778
dependencies:
77787779
escape-string-regexp "1.0.5"
77797780
invariant "2.2.4"

0 commit comments

Comments
 (0)