You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In react-native v0.45.0 when is used with react-native-router-flux v3.39.2, show the following warning in the emulator:
Warning: SceneView has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extended React.Component if shouldComponentUpdate is used.
The text was updated successfully, but these errors were encountered:
It looks like your description is missing some necessary information. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported.
I am going to close this, but feel free to open a new issue with the additional information provided. Thanks!
In react-native v0.45.0 when is used with react-native-router-flux v3.39.2, show the following warning in the emulator:
Warning: SceneView has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extended React.Component if shouldComponentUpdate is used.
The text was updated successfully, but these errors were encountered: