You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using TypeScript in my project, so if I want to change my entrypoint, setting getJSMainModuleName to the path of a TypeScript file (with a .ts or .tsx extension) results in something like src/Path/To/File.ts.js.
Reproducible Demo
Any generic React Native project with TS configured. Edit here.
The text was updated successfully, but these errors were encountered:
Environment
Description
I'm using TypeScript in my project, so if I want to change my entrypoint, setting
getJSMainModuleName
to the path of a TypeScript file (with a.ts
or.tsx
extension) results in something likesrc/Path/To/File.ts.js
.Reproducible Demo
Any generic React Native project with TS configured. Edit here.
The text was updated successfully, but these errors were encountered: