Skip to content

Commit

Permalink
Coding Quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
Manaswini123456 committed Jun 19, 2024
1 parent 0bf188d commit a800efa
Show file tree
Hide file tree
Showing 5 changed files with 3,218 additions and 3,970 deletions.
6 changes: 6 additions & 0 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import AnimeFinder from "./src/screens/AnimeFinder/AnimeFinder";
import Pokedex from "./src/screens/Pokedex/Pokedex";
import AddWorkout from "./src/screens/FitnessTracker/AddWorkout";
import WorkoutOverview from "./src/screens/FitnessTracker/WorkoutOverview";
import CodingQuiz from "./src/screens/CodingQuiz/CodingQuiz";


export default function App() {
Expand Down Expand Up @@ -179,6 +180,11 @@ export default function App() {
},
}}
/>
<Stack.Screen
name="Coding Quiz"
component={CodingQuiz}
options={{ headerShown: true, animation: "slide_from_right" }}
/>
</Stack.Navigator>
</NavigationContainer>
);
Expand Down
Loading

0 comments on commit a800efa

Please sign in to comment.