peggyrayzis / react-native-create-bridge

A CLI tool that bridges React Native modules & UI components with ease 🎉
MIT License
1.02k stars 63 forks source link

Some information #46

Open Angelk90 opened 6 years ago

Angelk90 commented 6 years ago

@peggyrayzis, @jarretmoses : Hi, Congratulations on the module. I have some questions:

  1. How can I create a separate module, standalone library. Without there being a real project.
  2. What is different from this other module: https://github.com/frostney/react-native-create-library (in this case it allows to create a standalone module)
  3. It would be interesting to give the possibility that during the creation of the module, the possibility to automatically install dependencies. For example: --dependencies (the name of each dependency separated by a comma: 'com.name0, com.name1, com.name2, ..')
Angelk90 commented 6 years ago

@peggyrayzis, @jarretmoses: are there any news?

jarretmoses commented 6 years ago

@Angelk90 1) At this point I'd say that this isn't the intent of this library as it acts as a plugin for existing projects. 2) This may be what you'd want as a answer to #1. 3) That would be interesting. Feel free to work on a PR to showcase this and we can review when it is done. I don't have the capacity at the moment to be able to build that.

Hope this was helpful and sorry for the late response.