React Native & Expo enthusiast | Tech Blogger with 2.5M+ views on Medium | My weekly dev newsletter 👉 https://www.getrevue.co/profile/amanhimself | Prev @Draftbit @Vercel
The main reason could be for the problem you are facing is CORS. If, from the server side/API, the CORS is not enabled then you won't be able to fetch the data from the API. Is that the problem you are facing?
You can use the developer console to debug and check out the error in chrome console for the expo app. Here is more information you can find out on how to use Debugger in Expo apps: docs.expo.io/workflow/debugging/
The main reason could be for the problem you are facing is CORS. If, from the server side/API, the CORS is not enabled then you won't be able to fetch the data from the API. Is that the problem you are facing?
You can use the developer console to debug and check out the error in chrome console for the expo app. Here is more information you can find out on how to use Debugger in Expo apps: docs.expo.io/workflow/debugging/
Let me know if you are able to resolve it or not.
Thanks yes, you're right it's related CORS..
Thank you once again..