hyochan / react-native-audio-recorder-player

react-native native module for audio recorder and player.
MIT License
709 stars 212 forks source link

Android Wirte external storage permission is not required after Android version 10 #544

Closed MahipalNarawat closed 1 year ago

MahipalNarawat commented 1 year ago

When running app on android version 11, 12 and when start record method is called it does not record and it says Write_exteranl_storage = "never ask again" because we don't need this permission after android version 10.

I think you can set this android SDK version to 29 that way this issue will be fixed.

image