Skip to content

Commit

Permalink
build: use react-native-share git master as dependency for RN60 example
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Aug 30, 2019
1 parent aa12604 commit b5eb9d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "16.8.6",
"react-native": "0.60.5",
"react-native-share": "^2.0.0"
"react-native-share": "git+https://github.com/react-native-community/react-native-share.git"
},
"devDependencies": {
"@babel/core": "^7.5.4",
Expand Down
5 changes: 2 additions & 3 deletions example/yarn.lock
Expand Up @@ -4821,10 +4821,9 @@ react-is@^16.9.0:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb"
integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw==

react-native-share@^2.0.0:
"react-native-share@git+https://github.com/react-native-community/react-native-share.git":
version "2.0.0"
resolved "https://registry.yarnpkg.com/react-native-share/-/react-native-share-2.0.0.tgz#4543a746013e0d8fa9f765fb8937007cfbcffcf7"
integrity sha512-J8Xl3mq0L9KDFtSYtKsQDAnZWw/niZIpAD1PRiNfZFHo44Rc+oS2bEIhskNnoQXKEgBNdPzCl/DenMXYAHXRYg==
resolved "git+https://github.com/react-native-community/react-native-share.git#02d432181be723c53e7daa028365e5202dc36746"

react-native-testing-library@^1.11.1:
version "1.11.1"
Expand Down

0 comments on commit b5eb9d3

Please sign in to comment.