Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bert committed Dec 18, 2023
1 parent b0f04d3 commit 4ec44c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/gestures/gesture-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This parameter allows to specify which `userSelect` property should be applied t
<View>
<GestureDetector gesture={pan}>
<View>
<GestureDetector gesture={pan}> {/* Don't do this!*/}
<GestureDetector gesture={pan}> {/* Don't do this! */}
<View />
</GestureDetector>
</View>
Expand Down

0 comments on commit 4ec44c0

Please sign in to comment.