Tried to register two views with the same name RNGestureHandlerButton

后端 未结 8 2133
臣服心动
臣服心动 2021-02-05 17:35

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

8条回答
  •  佛祖请我去吃肉
    2021-02-05 18:17

    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

提交回复
热议问题