Fork me on GitHub
#cljsrn
<
2019-09-07
>
lepistane08:09:16

Hi guys how does one change app name ? I generated project app-subscriber and that is written in phone after i install the apk (currently i wanna support android only) but that's not catchy xD i wanna change only the name is it possible to do this? I found .../values/string.xml with the name in it would it be oke if i changed only that? wasnt there something like app id that needs to be updated too?

vinurs23:09:42

@lepistane if u just want to modify the app show name, u can only modify the android/app/src/main/res/values/strings.xml file, if u want to modify the app’s applicationid, u can use react-native-rename to modify

👍 8