Skip to content

Commit

Permalink
fix: app crashes because of youtube player (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
VeoScript committed Nov 5, 2022
1 parent 64ca8b4 commit 5c64ce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/DishesScreen/DisplayDishScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const DisplayDishScreen = () => {
<ScrollView
style={tw`w-full`}
keyboardShouldPersistTaps="handled"
overScrollMode="never"
>
{dishIsLoading && (
<ViewDishSkeletonLoader />
Expand Down

0 comments on commit 5c64ce7

Please sign in to comment.