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

router->router.js updated

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