const styles = StyleSheet.create({ //Container or View that wraps text container: { flex: 1, justifyContent: 'center', alignItems: 'center' }, text: { textAlign: "center", },