react-native-3d-model-view icon indicating copy to clipboard operation
react-native-3d-model-view copied to clipboard

.dae or .obj file could not be found

Open alz10 opened this issue 6 years ago • 2 comments

I dont know why everytime i use require it cant find the file of my obj or dae file. I also tried adding the code in rn-cli.config.js but still not working.

The require only works for zip files, it displays the 3D model perfectly in the app but everytime i use .obj or .dae, it cant find the app

Error: Unable to resolve module `./src/Ate.dae` from `C:\Local D\E-Commer App (BuyNa Phone)\buynapho
ne\App.js`: The module `./src/Ate.dae` could not be found from `C:\Local D\E-Commer App (BuyNa Phone
)\buynaphone\App.js`. Indeed, none of these files exist:

alz10 avatar Nov 26 '19 16:11 alz10

Seriously? how can i fix this problem?

alz10 avatar Nov 27 '19 11:11 alz10

Same issue. I've tried using the rn-cli file, put the files in multiple places, nothing seems to work. I also tried running this to see if it helped: react-native start --config rn-cli.config.js

CallMeTuesday avatar Dec 08 '19 23:12 CallMeTuesday