bamlab / react-native-make

A collection of everyday React Native CLI tools
MIT License
761 stars 87 forks source link

Fetch package names from the platform files #24

Closed adibas03 closed 4 years ago

adibas03 commented 4 years ago

As mentioned in #18 , the package name is not necessarily the platform packages names, but instead of passing in the values through cli, it is much more feasible to fetch the package names from the platform files, and therefore avoid another unnecessary step. This is the same method used by react-native in the linking process. ... I am working on a PR for this, and should have it available in a day or two, after fully testing.