Commit 917bc2ec authored by Muthumal S.A.D.M.'s avatar Muthumal S.A.D.M.

changes

parent 29f2605a
This diff is collapsed.
...@@ -7,7 +7,7 @@ import Home from '../screen/Home'; ...@@ -7,7 +7,7 @@ import Home from '../screen/Home';
import Start from '../screen/Start'; import Start from '../screen/Start';
import Register from '../screen/auth/Register'; import Register from '../screen/auth/Register';
import Login from '../screen/auth/Login'; import Login from '../screen/auth/Login';
import Splash from '../screen/splash/splash'; import Splash from '../screen/splash/Splash';
import Color from '../screen/Color'; import Color from '../screen/Color';
import Blue from '../screen/activity/Blue'; import Blue from '../screen/activity/Blue';
import Blue2 from '../screen/activity/Blue2'; import Blue2 from '../screen/activity/Blue2';
...@@ -210,7 +210,7 @@ const AppRouter = () => { ...@@ -210,7 +210,7 @@ const AppRouter = () => {
options={{ options={{
title: 'Memory Games', title: 'Memory Games',
headerTintColor: 'white', headerTintColor: 'white',
headerStyle: {backgroundColor: '#5fcf93'} headerStyle: {backgroundColor: '#5fcf93'},
}} }}
/> />
<Stack.Screen <Stack.Screen
...@@ -301,7 +301,7 @@ const AppRouter = () => { ...@@ -301,7 +301,7 @@ const AppRouter = () => {
title: 'Results', title: 'Results',
headerTintColor: 'white', headerTintColor: 'white',
headerStyle: {backgroundColor: '#5fcf93'}, headerStyle: {backgroundColor: '#5fcf93'},
}} }}
/> />
<Stack.Screen <Stack.Screen
name="GameLevel" name="GameLevel"
...@@ -311,7 +311,7 @@ const AppRouter = () => { ...@@ -311,7 +311,7 @@ const AppRouter = () => {
title: 'Levels', title: 'Levels',
headerTintColor: 'white', headerTintColor: 'white',
headerStyle: {backgroundColor: '#5fcf93'}, headerStyle: {backgroundColor: '#5fcf93'},
}} }}
/> />
<Stack.Screen <Stack.Screen
name="MediumLevelStart" name="MediumLevelStart"
...@@ -321,7 +321,7 @@ const AppRouter = () => { ...@@ -321,7 +321,7 @@ const AppRouter = () => {
title: 'Medium Level', title: 'Medium Level',
headerTintColor: 'white', headerTintColor: 'white',
headerStyle: {backgroundColor: '#5fcf93'}, headerStyle: {backgroundColor: '#5fcf93'},
}} }}
/> />
<Stack.Screen <Stack.Screen
name="AdvanceLevelStart" name="AdvanceLevelStart"
...@@ -331,7 +331,7 @@ const AppRouter = () => { ...@@ -331,7 +331,7 @@ const AppRouter = () => {
title: 'Advance Level', title: 'Advance Level',
headerTintColor: 'white', headerTintColor: 'white',
headerStyle: {backgroundColor: '#5fcf93'}, headerStyle: {backgroundColor: '#5fcf93'},
}} }}
/> />
<Stack.Screen <Stack.Screen
options={{headerShown: false}} options={{headerShown: false}}
...@@ -469,9 +469,10 @@ const AppRouter = () => { ...@@ -469,9 +469,10 @@ const AppRouter = () => {
component={Sam} component={Sam}
/> />
<Stack.Screen <Stack.Screen
options={{headerShown: true, options={{
headerShown: true,
headerTintColor: 'white', headerTintColor: 'white',
headerStyle: {backgroundColor: Colors.secondary} headerStyle: {backgroundColor: Colors.secondary},
}} }}
name="Progress" name="Progress"
component={Progress} component={Progress}
......
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