Skip to content

Instantly share code, notes, and snippets.

@galihlprakoso
Created February 4, 2019 04:14
Show Gist options
  • Save galihlprakoso/3a8afd8cdb76c0443d031067ecc99152 to your computer and use it in GitHub Desktop.
Save galihlprakoso/3a8afd8cdb76c0443d031067ecc99152 to your computer and use it in GitHub Desktop.
const styles = StyleSheet.create({
container: {
flex: 1,
flexDirection:'row',// <-- 1
alignItems: 'center',// <-- 2
justifyContent: 'center',// <-- 3
backgroundColor: '#fff'
},
namaPahlawan:{
color:'red',
fontSize: 20,
fontWeight:'bold',
marginBottom: 10
},
asal:{
fontSize:18
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment