Jakub Romańczyk
Jakub Romańczyk
it's `yarn react-native webpack-start` my bad there :)
make sure to run `adb reverse tcp:8081 tcp:8081` or other port that you are using. You can also try to to go into developer menu (on Mac it's CMD +...
that's rather unusual, perhaps try reinstalling your dependencies?
> make sure to run `adb reverse tcp:8081 tcp:8081` or other port that you are using. You can also try to to go into developer menu (on Mac it's CMD...
thanks for looking into that @thymikee 🎉 perhaps let's just run the build command with `--no-cache` instead of deleting it, that should always overwrite the contents
In [Re.Pack 5](https://github.com/callstack/repack) we're using `swc` through Rspack and right now we're stripping flow types with `flow-remove-types` utility. It would be amazing to have a builtin support for doing this...
Hey, we've updated the setup, should be much simpler to run the dashboard standalone app now. New version of Re.Pack also takes care of running `adb reverse` for you (as...
Hi @shakeelkoper, please try starting the host app with `yarn react-native start --host 127.0.0.1` - the super app example was updated to V4 yet and this was one of the...
@shakeelkoper please use `react-native webpack-start --host 127.0.0.1`
@shakeelkoper please also run the mini-app server with `--host 127.0.0.1` - it's most likely the same issue. After upgrading it shouldnt be needed but maybe your forgot the adb reverse...