Hye,
I notice that sharing using base64 image not working on android when the targetSDK is 23.. for 22 it's working.. could be related to overlay permission ?
is there any ways or work around to make sure it's working for 23 because after I published app to play store I cannot change it back to 22
thanks!
You need to request permissions :
const allowedStorage = await PermissionsAndroid.request(
PermissionsAndroid.PERMISSIONS.WRITE_EXTERNAL_STORAGE
);
@MrHazimAli did #244 solved?
Can we close this issue?
@jgcmarins yup, it solved.
Thanks! 馃憤
Most helpful comment
You need to request permissions :