one icon indicating copy to clipboard operation
one copied to clipboard

Axios not working on native

Open shashwat2003 opened this issue 1 year ago • 1 comments

I am using axios for fetching data on client. While it is working fine in web mode, on native it is throwing the following error when I open the app.

image

I have tried adding util: true to one.deps in vite.config.ts

I am on one: 1.1.388 axios: 1.7.9

shashwat2003 avatar Jan 08 '25 21:01 shashwat2003

axios not working in react-native has nothing to do with one. You can instead use xior that works with react-native and want axios api.

prabirshrestha avatar Apr 19 '25 23:04 prabirshrestha