Changing the Android package name in my React Native project
Aim: To remind myself of how I changed the package name in Android from com.myapp to some.new.appname as this was WAY more involved than trying to change the bundle identifier in iOS.
Navigate into src/main/java. Find the com folder there. Create the...
yamikanic.hashnode.dev2 min read