repack icon indicating copy to clipboard operation
repack copied to clipboard

A Webpack-based toolkit to build your React Native application with full support of Webpack ecosystem.

Results 133 repack issues
Sort by recently updated
recently updated
newest added

## 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...

area:configuration
question
status:waiting-for-response

## 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...

question

## 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...

type:bug
area:configuration
status:waiting-for-response

## 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...

status:investigating
type:bug
area:configuration
status:waiting-for-response

### TODO - [ ] Verify if the Flipper debugging experience is working properly – if not – create an issue and address it later - [ ] Consider reverting...

status:wip

## 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...

question

## 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...

type:bug
area:repack
status:waiting-for-response
area:windows

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: ```...

type:feature
area:repack
area:native

## 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....

type:feature
area:repack

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...

question