I can\'t configure modal height and width using style property. Is there any other way to set modal height and width?
style
In the Modal documentation it is not mentioned it but it has a style property.
The following works for me.
const styles = StyleSheet.create({ modalContent: { justifyContent: 'center', alignItems: 'center', margin: 0 }, });