App Name & Icon

Change the app name

IOS

Using your Xcode and open file ./source/ios/listar.xcworkspace

Listar – Change App Name (IOS)

Android

Open file ./source/android/app/src/main/res/values/strings.xml and replace listar with your app name

<string name="app_name">Listar RN</string>  
Listar – Change App Name (Android)

Change the app Bundle ID

IOS

Using your Xcode and open file ./source/ios/listar.xcworkspace

Listar – Change Bundle ID (IOS)

Android

Open source code by your editor and Searching “com.listar” in folder ./android/… then modify it

Listar – Change Bundle ID (Android)

Change the app Icon

IOS

Using your Xcode and open file ./source/ios/listar.xcworkspace

Listar – Change Icon (IOS)

Android

Listar – Change Icon (Android)

Change GoogleMap Key

First please check how to register GoogleMap key from https://developers.google.com/maps/documentation/embed/get-api-key
Search in project exist GoogleMap key AIzaSyDvaS7W8iRIZTGJ6v5yePMWF4B2sCEVWqg
File locate
– Ios: ./source/ios/listar/AppDelegate.m
– Android: ./source/android/app/src/main/AndroidManifest.xml

Android

Listar – Change GoogleMap Key (Android)

IOS

Listar – Change GoogleMap Key (IOS)