Commit 581d1a12 authored by norhalimah's avatar norhalimah

restyling

parent a0a9af4c
...@@ -173,16 +173,16 @@ class App extends React.PureComponent { ...@@ -173,16 +173,16 @@ class App extends React.PureComponent {
component={Listen} component={Listen}
options={({navigation}) => ({ options={({navigation}) => ({
title: 'Listen Skill', title: 'Listen Skill',
headerStyle: {
backgroundColor: '#E07EF9',
},
headerTitleStyle: { headerTitleStyle: {
fontFamily: 'Gilroy-Bold', fontFamily: 'Gilroy-Bold',
fontSize: 30, fontSize: 20,
lineHeight: 25, lineHeight: 25,
marginHorizontal: Dimensions.get('window').width * 0.15, marginHorizontal: Dimensions.get('window').width * 0.15,
color: '#3B3A39', color: '#3B3A39',
}, },
headerStyle: {
backgroundColor: '#E07EF9',
},
headerTintColor: '#fff', headerTintColor: '#fff',
headerTransparent: true, headerTransparent: true,
headerBackImage: () => ( headerBackImage: () => (
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.12.9", "@babel/core": "^7.12.9",
"@babel/preset-flow": "^7.13.13",
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0", "@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3", "babel-jest": "^26.6.3",
......
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment