Ayomide Temitayo Bamigboye

Results 10 comments of Ayomide Temitayo Bamigboye

I moved the deployment to netlify I was able to do that with netlify's redirect function

Is there a fix for this yet? because I'm having the exact same issue

> ``` > const dirs = RNFetchBlob.fs.dirs.DocumentDir; > const audioFileName = "sound.aac"; > const audioPath = "file://" + dirs + `/${audioFileName}`; > > const path = Platform.select({ > ios: audioPath,...

Having this same issue as well did you find a workaround?

@cdb8987 delete both your Android and Ios folders and build both platforms fresh. It will work after doing the above

I'm having this issue right now on my Redmi note 11. It's meant to be black but instead I'm seeing a grayish color...

expo already added the reanimated plugin to their babel-preset-expo, so you don't have to set that again provided you're using SDK 50, and of cause, This might not fix it.

> > Any update on this? I am on expo 51 and got the same "MenuView" was not found in the UIManager error > > Make sure you create a...