Jakub Romańczyk
Jakub Romańczyk
## 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....
## 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...
## Environment `yarn v4 (berry)` with `nodeLinker: pnpm` ## Description Running `run-ios` or `run-android` without dev server running results in: ``` error Node module directory for package .bin was not...
### Summary added docs for code-signing, along with guide for setting it up Closes #519 Closes #594 ### Test plan n/a
## 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...
## Summary Add page to docs that will showcase potential gains obtained through the use of tree-shaking. We could also add few tips how to optimize the codebase to squeeze...
## Contents Chapter on Module Resolution should include: - [ ] - how normal modules are resolved in comparison with Metro - [ ] - how assets are resolved in...
## Summary This PR deals with array root shorthand edge case from #1236 - [x] - fixed array root shorthand spec in tests to match Node.js resolution algorithm - [x]...
**Do you want to request a *feature* or report a *bug*?** Bug Hey metro team! 👋 I was working on aligning Re.Pack's resolution setup to follow `metro-resolver` with RN defaults...