-
Notifications
You must be signed in to change notification settings - Fork 134
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
when have one more AppRegistry.registerComponent ,switch them ,it wont work #52
Comments
the same issue |
@yutianhaijiao I think I fix it use
|
@GreyGao Thanks ,it is good for work .but I do not understand why |
Thank you so much! This solved our issue. |
Closed
4.x有BUG。使用3.1.2以上就行了。 |
有人和react-native-navigation一起吗,没法实现全局 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AppRegistry.registerComponent("xx", () => xx);
AppRegistry.registerComponent("yy", () => yy);
in this case ,when i am only in xx ,it is work ok. but when i am from xx to yy, then back xx, it wont show anything
The text was updated successfully, but these errors were encountered: