I'm using react-native-pdf in my React Native app, and it says you should install react-native-pdf and react-native-blob-util
. Why would it ask us to install react-native-blob-util
rather than its just being a dependency in react-native-pdf
?
Asked
Active
Viewed 55 times
0

gkeenley
- 6,088
- 8
- 54
- 129
-
We use react-native-blob-util to handle file system access in this package, So you should install react-native-pdf and react-native-blob-util. We need to install the blob-util package because of the file system access. – Ankit Vora Dec 07 '22 at 05:37