bamlab / react-native-make

A collection of everyday React Native CLI tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Add command line parameter to configure package name

cohen72 opened this issue · comments

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?