-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I just found that outside-press cannot be work with <Pressable> element. Please find a minimal example below. Any suggestion would be helpful. I'm using this package with expo and web.
<Pressable>click here dosn't work</Pressable>
<OutsidePressHandler onOutsidePress={console.log("press outside")}>
<Text>001</Text>
</OutsidePressHandler>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels