Skip to content

Commit

Permalink
remove react-native-fs
Browse files Browse the repository at this point in the history
  • Loading branch information
v-almonacid committed Oct 19, 2020
1 parent a40ac5e commit 1f4c113
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
1 change: 0 additions & 1 deletion metro.config.js
Expand Up @@ -20,7 +20,6 @@ module.exports = {
buffer: require.resolve('safe-buffer'),
crypto: require.resolve('react-native-crypto'),
event: require.resolve('events'),
fs: require.resolve('react-native-fs'),
path: require.resolve('path-browserify'),
stream: require.resolve('stream-browserify'),
url: require.resolve('url'),
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -74,7 +74,6 @@
"react-native-crypto": "^2.1.2",
"react-native-device-info": "6.0.1",
"react-native-easy-markdown": "1.4.1",
"react-native-fs": "^2.11.18",
"react-native-haskell-shelley": "Emurgo/react-native-haskell-shelley#0.0.8",
"react-native-keychain": "3.0.0",
"react-native-linear-gradient": "2.5.6",
Expand Down
15 changes: 1 addition & 14 deletions yarn.lock
Expand Up @@ -4146,7 +4146,7 @@ balanced-match@^1.0.0:
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=

base-64@0.1.0, base-64@^0.1.0:
base-64@0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/base-64/-/base-64-0.1.0.tgz#780a99c84e7d600260361511c4877613bf24f6bb"
integrity sha1-eAqZyE59YAJgNhURxId2E78k9rs=
Expand Down Expand Up @@ -12300,14 +12300,6 @@ react-native-fit-image@^1.5.2:
dependencies:
prop-types "^15.5.10"

react-native-fs@^2.11.18:
version "2.13.3"
resolved "https://registry.yarnpkg.com/react-native-fs/-/react-native-fs-2.13.3.tgz#a422f0ecd8a093a7e99d8d51ff51440e090a18a8"
integrity sha512-B62LSSAEYQGItg7KVTzTVVCxezOYFBYp4DMVFbdoZUd1mZVFdqR2sy1HY1mye1VI/Lf3IbxSyZEQ0GmrrdwLjg==
dependencies:
base-64 "^0.1.0"
utf8 "^2.1.1"

react-native-haskell-shelley@Emurgo/react-native-haskell-shelley#0.0.8:
version "0.0.8"
resolved "https://codeload.github.com/Emurgo/react-native-haskell-shelley/tar.gz/9c08dccee288a492235afa67fd4ff74812fd8469"
Expand Down Expand Up @@ -14890,11 +14882,6 @@ utf8-byte-length@^1.0.1:
resolved "https://registry.yarnpkg.com/utf8-byte-length/-/utf8-byte-length-1.0.4.tgz#f45f150c4c66eee968186505ab93fcbb8ad6bf61"
integrity sha1-9F8VDExm7uloGGUFq5P8u4rWv2E=

utf8@^2.1.1:
version "2.1.2"
resolved "https://registry.yarnpkg.com/utf8/-/utf8-2.1.2.tgz#1fa0d9270e9be850d9b05027f63519bf46457d96"
integrity sha1-H6DZJw6b6FDZsFAn9jUZv0ZFfZY=

util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
Expand Down

0 comments on commit 1f4c113

Please sign in to comment.