Hey guys, I've noticed after using react-native-create-library for more than one library, I'm getting this error message when building for android:
Error: more than one library with package name 'com.reactlibrary'
This is telling me that when you create the library, the library has the same package name. Can you fix this so it's unique next time? Also, where do I change this within my android code so it does work? Thanks!