Fixes syntax typo in DirectManipulation section of docs

Summary:
Fixing JSX tag in DirectManipulation section of the docs
Closes https://github.com/facebook/react-native/pull/7622

Differential Revision: D3321130

fbshipit-source-id: e315529dc94c88597e4855a63ba6931301d4dba7
This commit is contained in:
Leonardo Tegon 2016-05-18 19:36:21 -07:00 committed by Facebook Github Bot 6
parent 838d8d4094
commit 8a201b842a
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ any knowledge of that fact or requiring any changes to its implementation:
<View style={styles.button}>
<Text>Press me!</Text>
</View>
<TouchableOpacity>
</TouchableOpacity>
```
Let's imagine that `setNativeProps` was not available. One way that we