react-native-create-bridge icon indicating copy to clipboard operation
react-native-create-bridge copied to clipboard

Creating a standalone library

Open Almouro opened this issue 6 years ago • 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 :)

Almouro avatar Sep 21 '17 09:09 Almouro

any update on this?

jasan-s avatar Dec 24 '18 06:12 jasan-s

@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

iyegoroff avatar Aug 28 '19 20:08 iyegoroff