Skip to content

Commit d701029

Browse files
authored
docs: Update Modal.tsx description to note a11y limitations (#4280)
1 parent 4fcf642 commit d701029

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Modal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const AnimatedPressable = Animated.createAnimatedComponent(Pressable);
6969
/**
7070
* The Modal component is a simple way to present content above an enclosing view.
7171
* 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.
7273
*
7374
* ## Usage
7475
* ```js

0 commit comments

Comments
 (0)