Fetch and axios module not working in android
Closed this issue · 2 comments
ariolaclint commented
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:
- Install axios (npm install --save axios)
- Create simple http get request in componentDidMount()
- npm run android
- Device: Samsung J7 Pro
- OS: Android 9
- Version One UI version 1,1
orYoffe commented
@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?
orYoffe commented
closing this for lack of activity