Skip to content

Commit

Permalink
Merge pull request #69 from peterklingelhofer/deceleration-rate-normal
Browse files Browse the repository at this point in the history
fix: decelerationRate normal
  • Loading branch information
peterklingelhofer authored Aug 10, 2022
2 parents 1cc89a4 + 35da9c1 commit 545478c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default function App() {
allowsBackForwardNavigationGestures
allowsInlineMediaPlayback
cacheEnabled={didPermissionsChange}
decelerationRate={'normal'}
ignoreSilentHardwareSwitch
injectedJavaScript={cookiePreferences(areTrackingPermissionsGranted)}
javaScriptCanOpenWindowsAutomatically
Expand Down

0 comments on commit 545478c

Please sign in to comment.