himelsaha29
himelsaha29
In build gradle, `dependencies { compile 'com.facebook.react:react-native:+' compile fileTree(dir: "libs", include: ["*.jar"]) }` should be changed to `dependencies { implementation 'com.facebook.react:react-native:+' implementation fileTree(dir: "libs", include: ["*.jar"]) }` to avoid runtime...
android:autoSizeTextType="uniform" android:autoSizeMinTextSize="12sp" android:autoSizeMaxTextSize="100sp" android:autoSizeStepGranularity="2sp"
Change of package visibility in Android 11. From Android 11, developers are required to declare in the manifest which packages are going to be accessed in the app. Simply declare...