We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454ff4b commit 3e4c896Copy full SHA for 3e4c896
examples/SampleApp/src/components/ConfirmationBottomSheet.tsx
@@ -87,7 +87,6 @@ export const ConfirmationBottomSheet: React.FC = () => {
87
},
88
]}
89
>
90
- {/* using onPressOut instead of onPress works with touchables inside absolutely positioned parents and gives the same opacity feedback */}
91
<TouchableOpacity
92
onPress={() => {
93
setOverlay('none');
0 commit comments