orYoffe/create-react-native-web-app

Fetch and axios module not working in android

Closed this issue · 2 comments

Simple http get request using fetch and axios not working. The request was successfully sent to the server but the .then(resolve of Promise function) has no response.

Steps to reproduce the behavior:

  1. Install axios (npm install --save axios)
  2. Create simple http get request in componentDidMount()
  3. npm run android
  • Device: Samsung J7 Pro
  • OS: Android 9
  • Version One UI version 1,1

@ariolaclint I would need a bit more details if you would..
What were your steps to setup the project?
What is the error you're getting?
Some example of the code maybe?

closing this for lack of activity