react-native-ui-lib
react-native-ui-lib copied to clipboard
bundle's entry file names `demo.js` not `index.js`
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 What fail exactly? What and how are building the app
when open
bundleInDebug: true, the demo's packager can't found the bundle that namesindex.js.bundlebecause it namesdemo.js.bundle
Sorry, i update the PR's description, thanks.
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.