App Settings
App Name change
To change App name in iOS and Android
For iOS:
Open
ios/numberlee/Info.plist
.Find the key:
<key>CFBundleDisplayName</key>
<string>Your New App Name</string>
For Android
Open android/app/src/main/res/values/strings.xml

APP Package Name Change
Open Code in VS code. In the search bar search for com.numberlee and replace it with whatever name you want to have for package name.

Change App icon
go to the project code and look for android folder. Go to the folders by following given paths.
Android Path
android/app/src/main/res/
iOS Path
ios/numberlee/Images.xcassets/AppIcon.appiconset/

Change App Version
Android:
Edit
android/app/build.gradle
:
iOS:
Open
ios/numberlee.xcodeproj
or.xcworkspace
in Xcode.Select your project > Targets > General.
Update Version
and Build
.

Last updated