remove ReactComponentWithPureRenderMixin#809
Merged
ericvicenti merged 1 commit intoreact-navigation:masterfrom Mar 29, 2017
nihgwu:patch-2
Merged
remove ReactComponentWithPureRenderMixin#809ericvicenti merged 1 commit intoreact-navigation:masterfrom nihgwu:patch-2
ericvicenti merged 1 commit intoreact-navigation:masterfrom
nihgwu:patch-2
Conversation
`ReactComponentWithPureRenderMixin` is useless in this file, and it has been removed from the core of latest `react` build fails on master branch of `react-native` for this error
lintonye
added a commit
to lintonye/react-navigation
that referenced
this pull request
Apr 3, 2017
* master: Docs: Added clarification for header configuration (react-navigation#891) Fix gesturesEnabled regression (react-navigation#886) bump react-native-drawer-layout-polyfill (react-navigation#882) Fix rebase commands (react-navigation#870) Possibility to overwrite label's style if defined as string. (react-navigation#731) add example for DrawerNavigatorConfig (react-navigation#552) Workaround for screenProps in TabViewAnimated (react-navigation#862) Update Guide-Nested.md (react-navigation#813) remove ReactComponentWithPureRenderMixin (react-navigation#809)
|
When will a release be out for this? |
sourcecode911
pushed a commit
to sourcecode911/react-navigation
that referenced
this pull request
Mar 9, 2020
`ReactComponentWithPureRenderMixin` is useless in this file, and it has been removed from the core of latest `react` build fails on master branch of `react-native` for this error
bartlomiejbloniarz
pushed a commit
to bartlomiejbloniarz/react-navigation
that referenced
this pull request
Jan 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ReactComponentWithPureRenderMixinis useless in this file, and it has been removed from the core of latestreactbuild fails on master branch of
react-nativefor this error @ericvicenti