You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2025. It is now read-only.
Then, because this package has a depedency on [react-native-fs](https://github.com/itinance/react-native-fs) you will need to link this native package by running:
27
+
The package has a depedency on [react-native-fs](https://github.com/itinance/react-native-fs)so if you may need to install it:
28
28
29
29
```bash
30
-
$ react-native link react-native-fs
30
+
$ npm install --save react-native-fs
31
31
```
32
32
33
-
Linking react-native-fs **should only be done once**, reinstalling node_modules with npm or yarn does not require running the above command again.
33
+
Or
34
34
35
-
To troubleshoot linking, refer to [the react-native-fs installation instructions](https://github.com/itinance/react-native-fs#usage-ios).
0 commit comments