Skip to content

Commit 3e4c896

Browse files
committed
remove unneeded comment
1 parent 454ff4b commit 3e4c896

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/SampleApp/src/components/ConfirmationBottomSheet.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ export const ConfirmationBottomSheet: React.FC = () => {
8787
},
8888
]}
8989
>
90-
{/* using onPressOut instead of onPress works with touchables inside absolutely positioned parents and gives the same opacity feedback */}
9190
<TouchableOpacity
9291
onPress={() => {
9392
setOverlay('none');

0 commit comments

Comments
 (0)