Tried to register two views with the same name RNGestureHandlerButton

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

    If you are NOT using expo and saw this error, then you may be using a component which return's a TouchableOpacity. You may get the same error and several script bundling will also happen. To fix that wrap the TouchableOpacity within a View.

提交回复
热议问题