I managed to solve it using the following libraries versions in my package.json:
package.json
"react-native-gesture-handler": "2.21.2", "react-native-webview": "13.12.5",
Without the ^, in order to install those specific library versions.
^