Created
February 4, 2019 04:14
-
-
Save galihlprakoso/3a8afd8cdb76c0443d031067ecc99152 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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