repack
repack copied to clipboard
A Webpack-based toolkit to build your React Native application with full support of Webpack ecosystem.
## Environment Running in windows with Node v16.15.1 ## Description A few months ago source maps stopped working using repack and I've been banging my head against a wall trying...
## Environment Running in windows with Node v16.15.1 ## Description I tried to get v3 running locally so I could test this out, but I'm having some difficulty. I tried...
## Environment android ## Description I am trying to separate out set of screens inside my RN application as an async chunk which will be loaded dynamically. Consider this to...
Hi! I'm working for a project that is near to use this modification of the asset loader and wanted to contribute this back (so we avoid deviating from repack and...
## Environment Platform: ios "@callstack/repack":"next", "react-native": "0.66.2", ## Description after successful bundling to 100% , ios throws a runtime error: ``` 2022-08-09 01:55:07.494364+0530 MyApp[87087:3112490] [connection] nw_socket_handle_socket_event [C5.1:1] Socket SO_ERROR [61:...
## Environment Windows 11 Node v16.13.1 ## Description [start:*host] Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only file and data URLs are supported by the default ESM loader. On Windows, absolute paths must be valid...
## Environment Platform : IOS with latest version of repack 2.5.2 ## Description We are using code splitting with reference to this https://re-pack.netlify.app/docs/code-splitting/usage We are able to generate bundle in...
Hi, I want to know if it is possible to reuse the same code on web and mobile (iOS,Android) using react-native-web + Module Federation and what is the best approach...
## Ask your Question I want to know your plan for module Federation, which is very important for react native to dynamically load third-party applications
## Environment We are using ChunkManager APIs of module-federation to load remote bundles. We tried in both iOS and android platforms but faced same issue on both. ## Description We...