Closed nguyenkhooi closed 2 years ago
Replace old android import with androidx one to successfully bundleRelease in newer RN version (e.g. >=v60.0)
android
androidx
bundleRelease
@nguyenkhooi can this be fixed using jetifier?
I tried running jetifier for the whole project but the error still occurred. Changing android to androidx is the easiest way to get me out of issue
Replace old
android
import withandroidx
one to successfullybundleRelease
in newer RN version (e.g. >=v60.0)