We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcf642 commit d701029Copy full SHA for d701029
src/components/Modal.tsx
@@ -69,6 +69,7 @@ const AnimatedPressable = Animated.createAnimatedComponent(Pressable);
69
/**
70
* The Modal component is a simple way to present content above an enclosing view.
71
* To render the `Modal` above other components, you'll need to wrap it with the [`Portal`](./Portal) component.
72
+ * Note that this modal is NOT accessible by default; if you need an accessible modal, please use the React Native Modal.
73
*
74
* ## Usage
75
* ```js
0 commit comments