Change the app name
IOS
Using your Xcode and open file ./source/ios/mazi.xcworkspace
and modify information follow image below
Android
Open file ./source/android/app/src/main/res/values/strings.xml
and replace mazi with your app name
Change the app Bundle ID
IOS
Using your Xcode and open file ./source/ios/mazi.xcworkspace
and change information follow image below
Android
Open source code by your editor and Searching “com.mazi” in folder ./android/… then modify with your new bundle ID
Change the app Icon
IOS
Using your Xcode and open file ./source/ios/mazi.xcworkspace