Relative Content

Tag Archive for react-nativecsvexpo

Cannot access file from assets folder of React-Native Expo

I have an app that read data from the csv. I use the File System and Expo Asset to access my file. During the development, I’m using Project IDX by Google to code this app and debugging using web version of this app. Also, during the development, there is no error, all csv file can be read while doing expo start. But, when I tried to build the app using eas, the csv file is kinda not found, because it is always show the “loading…”. I already doing USB debugging and there is no error in log.txt. Any solution? I put my code below