Skip to content

Commit

Permalink
Merge pull request Expensify#30885 from b4s36t4/remove-animation-opti…
Browse files Browse the repository at this point in the history
…ons-from-search-nav

fix: remove options props
  • Loading branch information
MonilBhavsar authored Nov 15, 2023
2 parents 3bbb214 + fbbd172 commit e0bccf0
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 e0bccf0

Please sign in to comment.