bamlab / react-native-make

A collection of everyday React Native CLI tools
MIT License
762 stars 89 forks source link

Feature Request: Add command line parameter to configure package name #18

Closed cohen72 closed 4 years ago

cohen72 commented 4 years ago

By default, the command is using the name field from package.json to search for MainActivity.java and AppDelegate.m. In our project, the path to these files is different from what is in package.json. Can you add an option to configure this from the command line?