Skip to content

Commit

Permalink
add pokemon details page
Browse files Browse the repository at this point in the history
  • Loading branch information
shawwal committed Nov 20, 2023
1 parent 8b3190a commit b8d38c5
Show file tree
Hide file tree
Showing 8 changed files with 3,821 additions and 112 deletions.
1 change: 1 addition & 0 deletions app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function RootLayoutNav() {
<Stack>
<Stack.Screen name="(tabs)" options={{ headerShown: false }} />
<Stack.Screen name="pokemonList"/>
<Stack.Screen name="pokemonDetails" options={{ headerShown: false }} />
<Stack.Screen name="modal" options={{ headerTitle: 'Information', presentation: 'modal' }} />
</Stack>
</ThemeProvider>
Expand Down
Loading

0 comments on commit b8d38c5

Please sign in to comment.