-
Notifications
You must be signed in to change notification settings - Fork 95
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
Only the original thread that created a view hierarchy can touch its views. #54
Comments
Having the same problem |
|
Merged #53 and released as |
thank you @mehcode |
@mehcode Thanks |
Hi I have this problem on rn-splash-screen v5.2 and react-native 48.4 |
@sinapcs Yeah me too in 0.48.0 |
@yasicmd I solved the problem. The project I'm working on it was using previous versions of rn-splash-screen and it had some extra codes in MainActivity.java
I removed this code and problem solved |
@sinapcs Worked for me. thanks for the reply. |
For others that might be landing here, my solution was related to having the "Perf Monitor" enabled, as per facebook/react-native#16042 (comment). Try toggling off the Perf Monitor and see if it solves the issue. |
react-native 48.1
rn-splash-screen 5.0.0
error here
https://github.com/mehcode/rn-splash-screen/blob/master/android/src/main/java/com/mehcode/reactnative/splashscreen/SplashScreen.java#L53
The text was updated successfully, but these errors were encountered: