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.
Here you can find a typescript spec used by react-native-codegen: https://github.com/callstack/repack/pull/495/files#diff-a063c248295c855435089dd4f53efe44eb82c9b2a8b70470fb638ce5d3d037e4R4 In this spec, we use `Object` which is not meaningful for the developer. Please go to the native implementation...
## Describe the feature - create a separate package with the `Re.Pack` runtime containing `ScriptManager` and Native Module - keep versioning tied to Re.Pack's version to make it easy to...
## Describe the feature - migrate ObjC to Swift for better readability and uniform implementation instead of a hybrid approach as it is right now ## Motivation - better readability...
### Summary To clarify what are errors exactly, we need to log them before exist. ### Test plan
Closes #369 I've been using Repack for quite a while and although the functionalities of this project impressed me, I wasn't happy with the way progress of bundling process was...
## Ask your Question - Error observed when setting up Re.Pack in an existing monorepo created using YARN workspaces - Reproducible repo: `repack` branch in [this repo](https://github.com/DivyatejaChe/dfCore/tree/repack) - Issue reproducible...
### Summary added docs for code-signing, along with guide for setting it up Closes #519 Closes #594 ### Test plan n/a
## Ask your Question I am trying to include code signing in my Re.Pack project using these two as references - https://github.com/callstack/repack/pull/348 & https://github.com/callstack/super-app-showcase/pull/43/ I am getting the following errors...
## Describe the feature Adjust the description of commands so that they don't include unsupported flags ## Motivation Currently, we copy the the command descriptions from CLI commands and add...
## Ask your Question Can someone assist me with decompressing a module on both Android and iOS when I'm using the Brotli algorithm for compression? Here is the preferred compression...