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

后端 未结 4 1195
悲哀的现实
悲哀的现实 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:54

    this is the fixed app. https://snack.expo.io/@whitedragon226/stackdemo

    Fixed lines

    import React from 'react';
    

    and add some dependencies

    ...
        "react-native-screens": "^1.0.0-alpha",
        "react-native-gesture-handler": "^1.0.0"
    

    this doc is may help you.

提交回复
热议问题