Skip to content

Commit

Permalink
mobile: AppNavigation: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Apr 20, 2024
1 parent 66c4496 commit e2a231f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mobile/navigation/AppNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,7 @@ function AppNavigation() {
name="viewCustomProperties"
component={ViewCustomPropertiesWrapper}
/>
<Stack.Screen
name="addManualBook"
// options={{ gestureEnabled: false }}
component={AddManualBook}
/>
<Stack.Screen name="addManualBook" component={AddManualBook} />
<Stack.Screen
name="createReadingChallenge"
component={CreateReadingChallenge}
Expand Down

0 comments on commit e2a231f

Please sign in to comment.