-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
Remove reference to deprecated Navigator.js #13672
Conversation
<Button | ||
onPress={this._onForward} | ||
title="Tap me to load the next scene" | ||
/> | ||
</View> | ||
) | ||
} | ||
} | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could use a SnackPlayer preview, maybe in another PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
@hramos has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Summary: Navigator.html no longer exists. Fixes facebook#13620. Closes facebook#13672 Differential Revision: D4960726 Pulled By: hramos fbshipit-source-id: 00beb2f11ab347227e1a703b8b1f4cea2701f838
Navigator.html no longer exists. Fixes #13620.