repack
                                
                                 repack copied to clipboard
                                
                                    repack copied to clipboard
                            
                            
                            
                        A Webpack-based toolkit to build your React Native application with full support of Webpack ecosystem.
## Ask your Question I am currently experiencing an issue with repack when i tried using react-native-gesture-handler in both my host app and mini app. I keep getting the attached...
## Ask your Question I am wondering how navigation works in repack. I am certain the back button navigation takes me back to the previous route on the stack but...
## Ask your Question I've literally tried to resolve the package in the webpaconfig.cjs using ` 'react-hook-form': path.resolve( __dirname, 'node_modules/react-hook-form/dist/index.cjs.js', ),` I've also used `index.umd.js` and `index.esm.js` but it does...
## Description Repack React Native app fails with error "Error: could not find react-redux context value; please ensure the component is wrapped in a Provider" with the latest versions of...
### TODO - [ ] Verify if the Flipper debugging experience is working properly – if not – create an issue and address it later - [ ] Consider reverting...
## Ask your Question Dear GitHub Community, We are currently in the process of integrating repack into our React Native project to facilitate collaborative work across multiple teams. Prior to...
## Environment - Windows 11 - "react": "18.2.0", - "react-native": "0.73.4" - targeting Android platform - "@callstack/repack": "^3.7.0", - "webpack": "^5.90.1" - "terser-webpack-plugin": "^5.3.10", ## Description Running into this issue...
The TM provides the ability to provide a synchronous function call via JSI. Do we need these synchronous methods in the Re.Pack? Here you can find an example API: ```...
## Description In certain scenarios, there is a requirement to deploy a container separately from any associated app. This necessitates building with an empty object `{}` for the entry configuration....
My project stack: - TypeScript - RN 0.71.12 - React Native Navigation The JS code is transpiled to a folder named "./artifacts". I updated my "webpack.config.mjs" that the entry will...