FIX: Center Next button for large screen devices.

This commit is contained in:
Marcos Rodriguez Vélez 2020-09-06 21:36:59 -04:00 committed by Overtorment
parent 97e4bd1fb2
commit ed9f717e70

View File

@ -140,7 +140,7 @@ const styles = StyleSheet.create({
createButton: {
marginHorizontal: 56,
marginVertical: 16,
alignContent: 'center',
alignItems: 'center',
minHeight: 44,
},
select: {