Установите свой рост на содержание View
вместо
<Modal style={{ margin: 0, alignItems: 'center', justifyContent: 'center' }}>
<View
style={{
height: 400,
width: '100%',
justifyContent: 'center',
alignItems: 'center',
backgroundColor: 'blue',
}}
>
<View>
<Text
style={{
fontWeight: 'bold',
fontSize: 20,
color: '#f79334',
marginTop: 15,
}}
>
Services
</Text>
</View>
</View>
</Modal>