Jakub Romańczyk

Results 239 comments of Jakub Romańczyk

Closing as stale, please open a new issue if the issue still persists

Our [Super App Showcase](https://github.com/callstack/super-app-showcase) is now using `pnpm` and everything seems in order, it's using `.mjs` configuration as well, check it out! Closing this issue as an example has been...

Recently, we have added `@callstack/repack-init` package that will configure your project to use Re.Pack (as long as it doesn't stray away from general structure of React-Native projects) You can use...

Hey @shivdotpy, what version of RePack are you using? We've fixed this a while back.

@heradonbenin please create a seperate issue and describe your problem in detail.

@DivyatejaChe The reproduction repository you've provided is not public, therefore I won't be able to assist you directly. You can contact [email protected] if you want us to take a closer...

@DivyatejaChe thanks, I'll take a look tomorrow. As for the migration process, it should be relatively smooth, you can check [last few release notes](https://github.com/callstack/repack/releases), should be all listed there. Migration...

@DivyatejaChe after taking a quick look - please don't add `@callstack/repack` in the root of your repo, instead add it as a `devDependency` of each app where you use it....

Hi @Nazehs, if your `NavigationContainer` is in the host app and the mini-app is rendered within the component tree, then you could just do `navigation.navigate()` to any screen in the...

Hey @RafaelA977 I managed to get it to work by doing the following in the `webpack.config`: 1. In `resolve` field, add the following entires: ```js resolve: { ... alias: {...