Nitpick naming, use normal Pressable on web
This commit is contained in:
@@ -103,7 +103,8 @@ export function Outer({
|
||||
const context = React.useMemo(
|
||||
() => ({
|
||||
close,
|
||||
insideDialog: true,
|
||||
isNativeDialog: false,
|
||||
nativeSnapPoint: 0,
|
||||
}),
|
||||
[close],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user