Improve a11y on ios
This commit is contained in:
@@ -146,6 +146,10 @@ export function Outer({
|
|||||||
return (
|
return (
|
||||||
isOpen && (
|
isOpen && (
|
||||||
<Portal>
|
<Portal>
|
||||||
|
<View
|
||||||
|
accessibilityViewIsModal
|
||||||
|
style={[a.absolute, a.inset_0]}
|
||||||
|
importantForAccessibility="yes">
|
||||||
<BottomSheet
|
<BottomSheet
|
||||||
enableDynamicSizing={!hasSnapPoints}
|
enableDynamicSizing={!hasSnapPoints}
|
||||||
enablePanDownToClose
|
enablePanDownToClose
|
||||||
@@ -178,6 +182,7 @@ export function Outer({
|
|||||||
{children}
|
{children}
|
||||||
</Context.Provider>
|
</Context.Provider>
|
||||||
</BottomSheet>
|
</BottomSheet>
|
||||||
|
</View>
|
||||||
</Portal>
|
</Portal>
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user