Android API 33+ WRITE_EXTERNAL_STORAGE Permission Is not Working in react native v-0.74
I’m working on a React Native application (version 0.74) and am experiencing issues with the WRITE_EXTERNAL_STORAGE permission on Android API 33+ (Android 13+). As per the new permission model introduced in Android 13, WRITE_EXTERNAL_STORAGE is deprecated .The permission WRITE_EXTERNAL_STORAGE seems to be ineffective, and my app cannot write to or access external storage as expected. The permission request does not seem to succeed, and file operations fail.