Skip to content
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

Open
philymurph opened this issue Dec 1, 2024 · 5 comments
Open

TypeError: Cannot read property 'getHeight' of null #3430

philymurph opened this issue Dec 1, 2024 · 5 comments
Labels
bug a bug in one of the components

Comments

@philymurph
Copy link

philymurph commented Dec 1, 2024

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

Simulator Screenshot - iPhone 16 - 2024-12-01 at 20 34 37

@philymurph philymurph added the bug a bug in one of the components label Dec 1, 2024
@Fireclunge
Copy link

Got the same thing and it only happens when the application has been built. The error doesn't seem to appear in expo go

@philymurph
Copy link
Author

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

@maxto024
Copy link

maxto024 commented Dec 3, 2024

I have the same issue did you get any solution @philymurph

@Fireclunge
Copy link

I have the same issue did you get any solution @philymurph

It should be fixed next release #3425

@philymurph
Copy link
Author

I have the same issue did you get any solution @philymurph

It should be fixed next release #3425

Great! Thanks @Fireclunge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug a bug in one of the components
Projects
None yet
Development

No branches or pull requests

3 participants