React Native Environment Info:
System:
OS: Windows 10
CPU: (8) x64 Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
Memory: 6.39 GB / 15.94 GB
Binaries:
Yarn: 1.12.1 - C:\Users\atrauzzi\AppData\Roaming\npm\yarn.CMD
npm: 6.4.1 - C:\Program Files\nodejs\npm.CMD
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.
Environment
Description
I'm using TypeScript in my project, so if I want to change my entrypoint, setting
getJSMainModuleNameto the path of a TypeScript file (with a.tsor.tsxextension) results in something likesrc/Path/To/File.ts.js.Reproducible Demo
Any generic React Native project with TS configured. Edit here.