Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

change react native app name

android:
android/app/src/main/res/values/string.xml > change APP_NAME.

ios:
ios/[currentName].xcodeproj/project.pbxproj > change PRODUCT_NAME in debug and release. 
or
go to ios/[currentName]/info.plist
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #react #native #app
ADD COMMENT
Topic
Name
1+1 =