学习RN导航导入
yarn add react-navigation # 或者通过npm安装: # npm install --save react-navigation
后报错Cannot read property 'Direction' of undefined
解决方案:
1.yarn add
react-native link react-native-gesture-handler