-
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
Navigator is deprecated #15230
Navigator is deprecated #15230
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,6 +137,11 @@ function createStackEntry(props: any): any { | |
* </View> | ||
* ``` | ||
* | ||
* ## Navigator is deprecated and has been removed from this package. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. at this point, i'm wondering if it's better to just update the example to be navigator agnostic. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I agree. Lets remove it altogether. |
||
* | ||
* It can now be installed and imported from react-native-deprecated-custom-components instead of react-native. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. no-trailing-spaces: Trailing spaces not allowed. |
||
* Learn about alternative navigation solutions at http://facebook.github.io/react-native/docs/navigation.html | ||
* | ||
* ### Imperative API | ||
* | ||
* For cases where using a component is not ideal, there is also an imperative | ||
|
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.
no-trailing-spaces: Trailing spaces not allowed.