-
Notifications
You must be signed in to change notification settings - Fork 390
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
(NOBRIDGE) ERROR TypeError: Cannot read property 'reload' of null #420
Comments
I have the same issue. |
Importing import { DevSettings, Platform } from 'react-native';
if (Platform.OS === 'ios' || Platform.OS === 'android') {
if (__DEV__) DevSettings.reload();
} |
same issue. when I use @acuD1 change my app crashes on lang change in the simulator. |
I also did some changes to a file, works smoothly now in DEV environment. #423
|
muhammadqazi
added a commit
to muhammadqazi/react-native-template-obytes
that referenced
this issue
Jan 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary:
(NOBRIDGE) ERROR TypeError: Cannot read property 'reload' of null
The above error came when I tried to change the language.
Steps to reproduce:
Open the app in dev env, go to settings and change the language.
Expected behavior:
It should change the language instantly.
The text was updated successfully, but these errors were encountered: