roninoss / rn-primitives

Style-agnostic, accessible React Native components for iOS, Android, and Web
https://rnprimitives.com
MIT License
427 stars 12 forks source link

Open prop is missing in Popover #33

Closed mohamedamara1 closed 2 months ago

mohamedamara1 commented 2 months ago

'open' prop is missing in the Popover root

mrzachnugent commented 2 months ago

@mohamedamara1 the prop is intentionally left out. Here is the reason why and how to go around it: https://rnr-docs.vercel.app/getting-started/common-patterns/#programmatically-showing-and-hiding-components

mohamedamara1 commented 2 months ago

Got it, thank you