Tried to register two views with the same name RNGestureHandlerButton

后端 未结 8 2153
臣服心动
臣服心动 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:13

    If you are using Expo to build your react native app you do not have to import react-native-gesture-handler from npm or yarn. It is already in the expo package. If you import the package you will experience this error.

提交回复
热议问题