Caner Kuru

Results 10 comments of Caner Kuru

I'm getting the same error, but only from Android. I don't think this is related to Axios because I used the bare JavaScript fetch method and the API call just...

> > I'm getting the same error, but only from Android. I don't think this is related to Axios because I used the bare JavaScript fetch method and the API...

This solution worked for me: I removed the expo-status-bar from my project and I added the following properties to app.json ``` { expo: { "androidStatusBar": { "barStyle": "light-content", "backgroundColor": "#060047",...

I'm also seeing the same error. "native-base": "^3.4.28", "react": "18.2.0", "react-native": "0.71.8",

> > NativeBaseProvider is using SSRProvider which is not required anymore. So maintainer will have to remove the SSRProvider in order to fix this issue > > @khanakia Can you...

I'm having the same issue. Any update on this?

@nandorojo Is this something you can help us figure out?

Thanks for the response nandorojo. I didn't mean to disturb.

> > Thanks for the response nandorojo. I didn't mean to disturb. > > @kurucaner no worries, just trying to keep my GitHub notifications from exploding is all. Thanks for...

> Glad they’re useful! > > By the way I get the frustration when you urgently want a fix from open source and you’re stuck waiting. This is how I...