peggyrayzis/react-native-create-bridge

Creating a standalone library

Almouro opened this issue · 2 comments

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 :)

any update on this?

@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