react-native-thumbnail icon indicating copy to clipboard operation
react-native-thumbnail copied to clipboard

Android requires storage permission

Open watadarkstar opened this issue 6 years ago • 0 comments

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");

watadarkstar avatar Oct 19 '18 14:10 watadarkstar