From e472a6737d20660bab6135739bca75a6c495151c Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sat, 6 Aug 2022 13:50:15 -0500 Subject: [PATCH] add score screen --- squarenotsquare/src/navigation/SquareStack.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/squarenotsquare/src/navigation/SquareStack.js b/squarenotsquare/src/navigation/SquareStack.js index 0152129..5eee0cb 100644 --- a/squarenotsquare/src/navigation/SquareStack.js +++ b/squarenotsquare/src/navigation/SquareStack.js @@ -8,6 +8,7 @@ import Game from '../screens/Game'; import HighScore from '../screens/HighScore'; import Settings from '../screens/Settings'; import Splash from '../screens/Splash'; +import Score from '../screens/Score'; const SquareNav = createStackNavigator(); @@ -42,6 +43,11 @@ function SquareStack() { component={Game} options={noHeader} /> + )