I'm trying to read a csv or xlsx file in my react native app, to use the data. It's not in my interest to use a server, the file is located within the app and is really small.
So I'm spending too much time trying to make things work. I tried so many ways. First using the RNFS, fetch, blob, this things. But the error persists with the RNFS. I tried doing just fetch, but the erros happens with the network, even though the directory is local.
I'm new at this thing and really don't know what to do. All the tools I'm using are the newest version, React, Expo, Node and libraries(I'm not so sure about this). Using NPM to install.
Thank you for your time.
Via Active questions tagged javascript - Stack Overflow https://ift.tt/BUMQ9DR
Comments
Post a Comment