I would like to change my React Native android app package name to something like com.foo.bar
but it only allows for com.foo
and things are broken when I change.
Is there a proper way to change it to use sub package name?
Thanks.
I would like to change my React Native android app package name to something like com.foo.bar
but it only allows for com.foo
and things are broken when I change.
Is there a proper way to change it to use sub package name?
Thanks.