-
Notifications
You must be signed in to change notification settings - Fork 726
New issue
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
TypeError: Cannot read property 'getHeight' of null #3430
Comments
Got the same thing and it only happens when the application has been built. The error doesn't seem to appear in expo go |
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 |
Great! Thanks @Fireclunge |
Hello @Fireclunge when is the next release and is there is a work around? Thanks! |
Hi, #3425 as been released on version |
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: