We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I have an issue running my app on iOS with new architecture enabled:
ENV['RCT_NEW_ARCH_ENABLED'] = '1'
"react-native": "0.76.3", "react-native-ui-lib": "7.34.2",
The following error happens when starting the application:
(NOBRIDGE) LOG Bridgeless mode is enabled (NOBRIDGE) ERROR TypeError: Cannot read property 'getHeight' of null INFO
Has anybody seen a similar issue
The text was updated successfully, but these errors were encountered:
Got the same thing and it only happens when the application has been built. The error doesn't seem to appear in expo go
Sorry, something went wrong.
Thanks @Fireclunge , good to know. I'm not using the Exo Framework within my project
I have the same issue did you get any solution @philymurph
It should be fixed next release #3425
I have the same issue did you get any solution @philymurph It should be fixed next release #3425
Great! Thanks @Fireclunge
No branches or pull requests
Hi,
I have an issue running my app on iOS with new architecture enabled:
ENV['RCT_NEW_ARCH_ENABLED'] = '1'
"react-native": "0.76.3",
"react-native-ui-lib": "7.34.2",
The following error happens when starting the application:
(NOBRIDGE) LOG Bridgeless mode is enabled
(NOBRIDGE) ERROR TypeError: Cannot read property 'getHeight' of null
INFO
Has anybody seen a similar issue
The text was updated successfully, but these errors were encountered: