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