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

Creating a standalone library #34

Open Almouro opened 7 years ago

Almouro commented 7 years ago

Hi @peggyrayzis,

Thanks for making this great plugin, it is very useful!

It seems that for now, it creates a bridge in an existing React Native project, but there is no option to create a bridge as a standalone (as in publishable on npm).

On the contrary, react-native-create-library seems to do exactly just that but has no swift/ui module support.

Is there a plan do to that in this plugin? I would be happy to submit a PR if so :)

jasan-s commented 5 years ago

any update on this?

iyegoroff commented 5 years ago

@Almouro, you can use my https://github.com/iyegoroff/make-react-native-package CLI tool to scaffold a npm-publishable react-native package with Swift/Kotlin/Typescript