Skip to content

Commit

Permalink
Fix broken link for shouldComponentUpdate
Browse files Browse the repository at this point in the history
Summary: Closes facebook#6856

Differential Revision: D3172431

fb-gh-sync-id: d0fcde5a2097bdca9551d1e9e9f5817865002041
fbshipit-source-id: d0fcde5a2097bdca9551d1e9e9f5817865002041
  • Loading branch information
sunnylqm authored and Facebook Github Bot 8 committed Apr 13, 2016
1 parent b2eecdc commit 234142c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DirectManipulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 234142c

Please sign in to comment.