TypeError: null is not an object (evaluating 'RNGestureHandlerModule.default.Direction')

后端 未结 4 1190
悲哀的现实
悲哀的现实 2021-01-28 15:59

I have problem with module \'react-navigation-stack\' I\'ve written the same code from https://facebook.github.io/react-native/docs/navigation#react-navigation. Pla

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-28 16:56

    Try to add curly braces around createStackNavigator like so:

    { createStackNavigator }

提交回复
热议问题