Skip to content

Commit 8a201b8

Browse files
tegonFacebook Github Bot 6
authored andcommitted
Fixes syntax typo in DirectManipulation section of docs
Summary: Fixing JSX tag in DirectManipulation section of the docs Closes #7622 Differential Revision: D3321130 fbshipit-source-id: e315529dc94c88597e4855a63ba6931301d4dba7
1 parent 838d8d4 commit 8a201b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/DirectManipulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ any knowledge of that fact or requiring any changes to its implementation:
4949
<View style={styles.button}>
5050
<Text>Press me!</Text>
5151
</View>
52-
<TouchableOpacity>
52+
</TouchableOpacity>
5353
```
5454

5555
Let's imagine that `setNativeProps` was not available. One way that we

0 commit comments

Comments
 (0)