Commit 3b6ba22d authored by Neranga K.T.'s avatar Neranga K.T.

router->router.js updated

parent 747b3551
...@@ -100,7 +100,6 @@ const AppRouter = () => { ...@@ -100,7 +100,6 @@ const AppRouter = () => {
name="GameList" name="GameList"
component={GameList} component={GameList}
options={{ options={{
headerShown: true,
title: 'Memory Games', title: 'Memory Games',
headerTintColor: 'white', headerTintColor: 'white',
headerStyle: { backgroundColor: Colors.primary }, headerStyle: { backgroundColor: Colors.primary },
...@@ -179,7 +178,7 @@ const AppRouter = () => { ...@@ -179,7 +178,7 @@ const AppRouter = () => {
<Stack.Screen <Stack.Screen
name="GameOverScreen" name="GameOverScreen"
component={GameOverScreen} component={GameOverScreen}
options={{ options={{
headerShown: true , headerShown: true ,
title: 'Game Over', title: 'Game Over',
headerTintColor: 'white', headerTintColor: 'white',
......
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