Louis Lecocq

Results 13 comments of Louis Lecocq

Hey, i also have some button to go to another page. I used this kind of code and it works well. Hope it could helps ``` Multimedia ```

Definitely having trouble here since it look likes if you chose the `Production` Release Type for your iOS app. It will always pick the "Release" Signing Capabilities that you have...

Thank you guys ! I've had this issue and updating the versioning to ``` playServicesLocationVersion = "21.0.1" ``` in my build.gradle. It works. Along side with ``` googlePlayServicesVersion = "18.0.0"...

Setting `cacheVersion` in metro.config.js doesn't reset cache when switch from one .env to another (or just any changes that happens in .env basically). We want to repeat : `resetCache` is...

Hi @adaerodriguez, I'm doing exactly this in my app. It works well on iOS ! However, on Android, it goes to a black screen on ``` RNFetchBlob.android.actionViewIntent(res.path(), mimeType || 'application/pdf');...

I do ask for permission ``` const grantPermission = async () => { if (Platform.OS === 'android') { return requestMultiple([ PERMISSIONS.ANDROID.WRITE_EXTERNAL_STORAGE, PERMISSIONS.ANDROID.READ_EXTERNAL_STORAGE, ]); } else { return request(PERMISSIONS.IOS.WRITE_EXTERNAL_STORAGE); } };...

The file is well downloaded. The thing i can't do is open it with `RNFetchBlob.android.actionViewIntent`

[Here](https://vimeo.com/454046020) is a demo of what happens. It tries to open the file. But come back to the app immediately after that.