Modal
- Dev
UsageCode Example
<Modal
visible={visible}
onBackgroundPress={() => setVisible(false)}
overlayBackgroundColor="rgba(0, 0, 0, 0.7)"
>
<View>
<Text>Modal Content</Text>
</View>
</Modal>
APIThis is the list of additional props for the component