react-native-thumbnail
react-native-thumbnail copied to clipboard
Android requires storage permission
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");