React Native在使用react-navigation,android编译时报错:react-native-gesture-handler:compileReleaseJavaWithJava

错误描述:
React Native在使用react-navigation时要使用到react-native-gesture-handler,但是在android编译时会报错:react-native-gesture-handler:compileReleaseJavaWithJava


解决方案:
在项目根目录输入命令:

npm i jetifier
npx jetify

你可能感兴趣的:(React Native在使用react-navigation,android编译时报错:react-native-gesture-handler:compileReleaseJavaWithJava)