npx jetify -r命令行中的-r是什么意思
What is the meaning of -r in the command line of npx jetify -r
npx jetify -r命令行中的-r是什么
我需要知道 npx jetify -r 它有什么作用?
我已经在package.json中设置了一个脚本作为
postinstall: npx jetify -r
注意:我使用的是最新的react-native (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;
-r 是 reverse mode
的意思
什么reverse mode
?
就像你还不能迁移到 AndroidX,但库已迁移并使用 AndroidX 发布
npx jetify -r命令行中的-r是什么
我需要知道 npx jetify -r 它有什么作用?
我已经在package.json中设置了一个脚本作为
postinstall: npx jetify -r
注意:我使用的是最新的react-native (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;
-r 是 reverse mode
什么reverse mode
?
就像你还不能迁移到 AndroidX,但库已迁移并使用 AndroidX 发布