[Docs] Fix typos in DirectManipulation.md
This commit is contained in:
parent
35a75950e0
commit
aac8172815
|
@ -23,7 +23,7 @@ properties directly on a DOM node.
|
||||||
> and stores state in the native layer (DOM, UIView, etc.) and not
|
> and stores state in the native layer (DOM, UIView, etc.) and not
|
||||||
> within your React components, which makes your code more difficult to
|
> within your React components, which makes your code more difficult to
|
||||||
> reason about. Before you use it, try to solve your problem with `setState`
|
> 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
|
## setNativeProps with TouchableOpacity
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue