My targetVersion is 33 and minVersion is 21, i know how to change it with android studio but i am not sure if i only need to update the targetVersion, should i update minVersion as well or anything else ?
gradle version is 7.4.1 and agp upgrade assistant can help me upgrade it but when it work my project won’t launch again because of package error something about package name should’nt be in something.xml
same goes for kotlin my version is 1.8, should i update all this or not and why ?
I am not looking for a how but for a why, i am a junior and i don’t have any senior to explain to me all this
Anthony berot is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
The React Native Upgrade Helper is your friend.
Enter your current React Native Version and your Target Version.
Keep an eye on the android/build.gradle which will give you the corresponding targetSdkVersion for the current React Native Version.
https://react-native-community.github.io/upgrade-helper/?from=0.70.0&to=0.74.5
2