Nitpick naming, use normal Pressable on web

This commit is contained in:
Eric Bailey
2024-10-02 21:18:53 -05:00
parent 639a7ea3b0
commit 31e6fb8c35
5 changed files with 15 additions and 12 deletions
+2 -1
View File
@@ -103,7 +103,8 @@ export function Outer({
const context = React.useMemo(
() => ({
close,
insideDialog: true,
isNativeDialog: false,
nativeSnapPoint: 0,
}),
[close],
)