WRITE_EXTERNAL_STORAGE permission denied in react-native for android devices

34 views Asked by At

When uploading the build on PlayStore for React-Native. It is throwing the error "Your app currently targets API level 31 and must target at least API level 33 to ensure it is built on the latest APIs optimized for security and performance". So I update it to 33. When I open the app, it throws an error "WRITE_EXTERNAL_STORAGE permission denied" alert popup on an Android device. enter image description here Can anyone help me to fix this alert popup issue?

0

There are 0 answers