Aleksandr Stelchenko
Results
1
comments of
Aleksandr Stelchenko
Fixed by this way: 1) add to the AndroidManifest.xml ```xml { try { const granted = await PermissionsAndroid.request( PermissionsAndroid.PERMISSIONS.WRITE_EXTERNAL_STORAGE, ); if (granted === PermissionsAndroid.RESULTS.GRANTED) { console.log('You can use the write');...