DPigeon / Xetha

Xetha is a mobile app game created with React-Native & Expo.
0 stars 0 forks source link

Unable to Resolve New Component Modules #6

Closed DPigeon closed 5 years ago

DPigeon commented 5 years ago

Created a new component called 'PlayButton' and I cannot import it anywhere.

Error: Unable to resolve "AppComponents/Navigation/PlayButton" from "App.js"

DPigeon commented 5 years ago

Tried to fix this defect. If I cannot fix it by tonight, I will write my entire app in App.js

DPigeon commented 5 years ago

This issue was fixed. All I had to do was to import them as '.js' files and not '.jsx' files.