react-native-ui-lib icon indicating copy to clipboard operation
react-native-ui-lib copied to clipboard

bundle's entry file names `demo.js` not `index.js`

Open Guang1234567 opened this issue 3 years ago • 2 comments

project.ext.react = [
+    bundleInDebug: true,
-     entryFile: "index.js",
+    entryFile: "demo.js",
    enableHermes: true,  // clean and rebuild if changing
]

Description

when open bundleInDebug: true, the demo's packager can't found the bundle that names index.js.bundle because it names demo.js.bundle

Guang1234567 avatar Aug 02 '22 08:08 Guang1234567

@Guang1234567 What fail exactly? What and how are building the app

ethanshar avatar Aug 17 '22 08:08 ethanshar

when open bundleInDebug: true, the demo's packager can't found the bundle that names index.js.bundle because it names demo.js.bundle

Sorry, i update the PR's description, thanks.

Guang1234567 avatar Aug 18 '22 06:08 Guang1234567

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Oct 18 '22 20:10 stale[bot]