Skip to content

Commit

Permalink
Example: Use local source of react-native-threads
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Nov 10, 2019
1 parent 837d1fb commit 655ccd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/SimpleExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"react": "16.9.0",
"react-native": "npm:[email protected]",
"react-native-threads": "0.0.17"
"react-native-threads": "file:../.."
},
"devDependencies": {
"@babel/core": "^7.7.2",
Expand Down
4 changes: 1 addition & 3 deletions examples/SimpleExample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4800,10 +4800,8 @@ react-is@^16.8.1, react-is@^16.8.4, react-is@^16.9.0:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.11.0.tgz#b85dfecd48ad1ce469ff558a882ca8e8313928fa"
integrity sha512-gbBVYR2p8mnriqAwWx9LbuUrShnAuSCNnuPGyc7GJrMVQtPDAh8iLpv7FRuMPFb56KkaVZIYSz1PrjI9q0QPCw==

react-native-threads@0.0.17:
"react-native-threads@file:../..":
version "0.0.17"
resolved "https://registry.yarnpkg.com/react-native-threads/-/react-native-threads-0.0.17.tgz#a880c14244fa1b9183ed99761bb7dfd170f79069"
integrity sha512-Qoi5djj3XtQGNkBzcLMBMtqoARm+805VQroP2YoH8ohdQPkcxuPbduJCw+rTuk6grpbXGNpOu9zS41r1oA0uVw==

"react-native@npm:[email protected]":
version "0.61.2-0"
Expand Down

0 comments on commit 655ccd2

Please sign in to comment.