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>
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.