npx jetify -r のコマンドラインの -r とは
npx jetify -r が何をするのかを知る必要がありますか?
package.json にスクリプトを次のように設定しました
postinstall: npx jetify -r
注:最新の反応ネイティブ(0.63)を使用しています
しかし、それはすべてのローカルビルドに合格しています。しかし、アプリサークルのクラウドビルドで失敗します。
以下の問題を修正する必要があります
node_modules/react-native-calendar-events/android/src/main/java/com/calendarevents/RNCalendarEvents.java:104: error: cannot find symbol
int writePermission = ContextCompat.checkSelfPermission(reactContext, Manifest.permission.WRITE_CALENDAR)
node_modules/react-native-calendar-events/android/src/main/java/com/calendarevents/RNCalendarEvents.java:13: error: package android.support.v4.content does not exist
import android.support.v4.content.ContextCompat;