I try to create navigation with { createStackNavigator, createAppContainer } from \'react-navigation\' but when a start my application i always receive error
I try a lo
For anyone else who gets here searching for:
"Unable to resolve "react-native-gesture-handler" from "node_modules@react-navigation\native\src\Scrollables.js""
I found the answer here:
https://github.com/expo/expo/issues/5107
If you're using Expo SDK 34+, despite what older threads says, you need to run the following to get it working:
expo install react-native-gesture-handler