錯誤描述:
React Native在使用react-navigation時要使用到react-native-gesture-handler,但是在android編譯時會報錯:react-native-gesture-handler:compileReleaseJavaWithJava
解決方案:
在項目根目錄輸入命令:
npm i jetifier
npx jetify
錯誤描述:
React Native在使用react-navigation時要使用到react-native-gesture-handler,但是在android編譯時會報錯:react-native-gesture-handler:compileReleaseJavaWithJava
解決方案:
在項目根目錄輸入命令:
npm i jetifier
npx jetify