mirror of
https://github.com/status-im/react-native.git
synced 2025-02-25 15:45:32 +00:00
Fix broken link for shouldComponentUpdate
Summary: Closes https://github.com/facebook/react-native/pull/6856 Differential Revision: D3172431 fb-gh-sync-id: d0fcde5a2097bdca9551d1e9e9f5817865002041 fbshipit-source-id: d0fcde5a2097bdca9551d1e9e9f5817865002041
This commit is contained in:
parent
b2eecdc90d
commit
234142cdf7
@ -23,7 +23,7 @@ properties directly on a DOM node.
|
||||
> and stores state in the native layer (DOM, UIView, etc.) and not
|
||||
> within your React components, which makes your code more difficult to
|
||||
> reason about. Before you use it, try to solve your problem with `setState`
|
||||
> and [shouldComponentUpdate](react-native/docs/direct-manipulation.html#setnativeprops-shouldcomponentupdate).
|
||||
> and [shouldComponentUpdate](http://facebook.github.io/react/docs/advanced-performance.html#shouldcomponentupdate-in-action).
|
||||
|
||||
## setNativeProps with TouchableOpacity
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user