[Docs] Fix typos in DirectManipulation.md

This commit is contained in:
Brent Vatne 2015-06-18 09:27:46 -07:00
parent 35a75950e0
commit aac8172815
1 changed files with 1 additions and 1 deletions

View File

@ -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 [shouldComponent](react-native/docs/direct-manipulation.html#setnativeprops-shouldcomponentupdate).
> and [shouldComponentUpdate](react-native/docs/direct-manipulation.html#setnativeprops-shouldcomponentupdate).
## setNativeProps with TouchableOpacity