Eliel Silveira
Eliel Silveira
I have found a workaround by manually changing the cmake argument for node_modules in the package build.gradle utilizing pnpm`s patch command.
Our team has come to rely on Expo's packages and the Expo CLI`s CNG. We are looking into creating micro-apps, so this would be extremely helpful. Really looking forward to...
> Thank you for the love! I can answer these two quick. > > > Will Expo be supported? > > Do you need to use RNEF? > > 1....
The changeset bot references the release as a Major, but i created the changeset as a Minor release, is that right?
Web support would be very helpful here as well, and i would like to help in any way i can
TypeError: Cannot read property 'validated' of undefined when using createStackNavigator with Repack
@gopbarbosa and i recently updated the app to react-native 0.79 and to repack 5.2.0 and started to get this error when testing the micro apps hosted on S3 on android...
TypeError: Cannot read property 'validated' of undefined when using createStackNavigator with Repack
The error disappears patching node_modules/react/cjs/react.development.js line 490 like this: ```diff - newKey._store.validated = oldElement._store.validated; + newKey._store.validated = oldElement._store?.validated ?? 0; ``` Maybe it`s something similar to a hydration error? Is...
TypeError: Cannot read property 'validated' of undefined when using createStackNavigator with Repack
Version 19.1.0 of react should fix this issue. There is a commit on react enabling non-dev elements in dev Children