microsoft / TypeScript-React-Native-Starter

A starter template for TypeScript and React Native with a detailed README describing how to use the two together.
MIT License
1.91k stars 211 forks source link

Unable to resolve "../../App" from "node_modules/expo/AppEntry.js" #47

Closed hectorpla closed 5 years ago

hectorpla commented 5 years ago

I have renamed the top level App.js to App.tsx but when running simulator, js bundle failed to build because of the following error. Unable to resolve "../../App" from "node_modules/expo/AppEntry.js".

dependencies: "@expo/samples": "2.1.1", "expo": "^30.0.1", "react": "16.3.1", "react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz", "react-navigation": "^2.16.0", "ts-jest": "^23.10.1"

Thanks!

hectorpla commented 5 years ago

Solved by adding an App.js export the root component. refer to https://github.com/janaagaard75/expo-and-typescript