Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to change package name in ios react native

I use the react-native-rename npm package.

Install using

npm install react-native-rename -g

Then from the root of your React Native project execute the following

react-native-rename "MyApp" -b com.mycompany.myapp
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #package #ios #react #native
ADD COMMENT
Topic
Name
5+4 =