Skip to content

Commit

Permalink
fix: remove options props
Browse files Browse the repository at this point in the history
  • Loading branch information
b4s36t4 committed Nov 4, 2023
1 parent 7bd51eb commit fbbd172
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ function RightModalNavigator(props) {
<Stack.Screen
name="Search"
component={ModalStackNavigators.SearchModalStackNavigator}
options={{
// Disable animation for this screen because it causes an animation glitch when using shortcuts
animationEnabled: false,
}}
/>
<Stack.Screen
name="Details"
Expand Down

0 comments on commit fbbd172

Please sign in to comment.