I am interested in creating a React Native app using TypeScript. After reading the documentation and following the steps, I noticed that changing App.js
to App.tsx
results in an issue loading the app.tsx file in index.js.
Error: The module ./App could not be found in index.js
However, switching back to App.js resolves the issue.