Open watadarkstar opened 6 years ago
Somewhere in the README we should add that you need storage permission to use this library for Android:
import Permissions from "react-native-permissions"; ... if(!isIos) await Permissions.request("storage");
Somewhere in the README we should add that you need storage permission to use this library for Android: