// A StyleSheet is an abstraction similar to CSS StyleSheets const styles = StyleSheet.create ({ myBeautifulStyle: { marginTop: 20, textAlign: 'center', color: 'blue', fontWeight: 'bold', fontSize: 20 } })