himelsaha29

Results 3 issues of 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"

bug

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...