<Modal animationType="fade" transparent visible={modalVisible}>
<View style={{ position: 'relative' }}>
<View
style={{
position: 'absolute',
width: width,
height: height,
top: 0,
left: 0,
backgroundColor: 'rgba(0,0,0,.5)',
justifyContent: 'center',
alignItems: 'center',
}}
>
{我的代码}
</View>
</View>
</Modal>