Skip to content

Commit

Permalink
deps: Use our fork of react-native.
Browse files Browse the repository at this point in the history
Trying this as a workaround for
jestjs/jest#10221; see
https://github.com/chrisbobbe/react-native/tree/pr-0.61.5-zulip for
the contents.

Currently breaks `tools/test android`.
  • Loading branch information
chrisbobbe committed Jul 16, 2020
1 parent 131f8ce commit e40369a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,7 +58,7 @@
"lodash.uniqby": "^4.4.0",
"react": "16.9.0",
"react-intl": "^2.4.0",
"react-native": "0.61.5",
"react-native": "chrisbobbe/react-native#pr-0.61.5-zulip",
"react-native-device-info": "^0.21.5",
"react-native-document-picker": "^3.2.4",
"react-native-image-picker": "^0.26.10",
Expand Down
5 changes: 2 additions & 3 deletions yarn.lock
Expand Up @@ -8679,10 +8679,9 @@ react-native-webview@~10.0.0:
escape-string-regexp "2.0.0"
invariant "2.2.4"

react-native@0.61.5:
react-native@chrisbobbe/react-native#pr-0.61.5-zulip:
version "0.61.5"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.61.5.tgz#6e21acb56cbd75a3baeb1f70201a66f42600bba8"
integrity sha512-MXqE3NoGO0T3dUKIKkIppijBhRRMpfN6ANbhMXHDuyfA+fSilRWgCwYgR/YNCC7ntECoJYikKaNTUBB0DeQy6Q==
resolved "https://codeload.github.com/chrisbobbe/react-native/tar.gz/afd25ddd1319036a02e632e35050bffa42246849"
dependencies:
"@babel/runtime" "^7.0.0"
"@react-native-community/cli" "^3.0.0"
Expand Down

0 comments on commit e40369a

Please sign in to comment.