aashu700

Results 3 comments of aashu700

I am not getting `android:requestLegacyExternalStorage="true"` even SDK version 29, still facing issue in Xiaomi 8a dual phone, openPicker is working fine, but on openCamera after click image, it goes back...

@sinhpn92 [link](https://stackoverflow.com/questions/63364476/requestlegacyexternalstorage-is-not-working-in-android-11-api-30) this may help

I was also facing this issue, I was using @react-navigation/stack. I simply moved to @react-navigation/native-stack and the issue is resolved for me. may help. "@react-navigation/drawer": "^6.1.8", "@react-navigation/native": "^6.0.6", "@react-navigation/native-stack": "^6.2.5",...