prscX / react-native-photo-editor

React Native: Native Photo Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Permission will always denied even when already granted from react native class

ydhnwb opened this issue · comments

This happen when I click SAVE button. It show me a AlertDialog to inform that this will need WRITE access to storage, after I click continue, toast show "You denied the access...".

The permission is already allowed on react native class.

How do I fix this?

same bro