Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/elixir/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
React native 导入&x27;反应本机手势处理程序';引起错误_React Native - Fatal编程技术网

React native 导入&x27;反应本机手势处理程序';引起错误

React native 导入&x27;反应本机手势处理程序';引起错误,react-native,React Native,我正在尝试使用React导航构建我的第一个React本机应用程序。我安装了以下所有依赖项,但当我将import'react native signature handler'添加到app.js时,我收到以下错误: info Reloading app... [Fri Sep 04 2020 01:33:50.990] BUNDLE ./index.js error: node_modules/react-native-gesture-handler/index.js: Cannot fi

我正在尝试使用React导航构建我的第一个React本机应用程序。我安装了以下所有依赖项,但当我将
import'react native signature handler'
添加到app.js时,我收到以下错误:

info Reloading app...
[Fri Sep 04 2020 01:33:50.990]  BUNDLE  ./index.js 

error: node_modules/react-native-gesture-handler/index.js: Cannot find module '/Users/hugovillalobos/Documents/Code/cinetogoproject/mobile/cinetogo/node_modules/@react-native-community/cli/node_modules/metro-react-native-babel-transformer/src/index.js'
[Fri Sep 04 2020 01:34:47.390]  BUNDLE  ./index.js 

error: node_modules/react-native-gesture-handler/index.js: Cannot find module '/Users/hugovillalobos/Documents/Code/cinetogoproject/mobile/cinetogo/node_modules/@react-native-community/cli/node_modules/metro-react-native-babel-transformer/src/index.js'

我不知道如何修复它

您能再添加一点代码吗,请重新安装react native手势处理程序