insin / nwb

A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it)
Other
5.57k stars 331 forks source link

Any plans to support react native packages? #406

Open guilhermebruzzi opened 6 years ago

guilhermebruzzi commented 6 years ago

This issue is a: Feature request

We created a package for a react project to use it on the web. But now we want to create a package to use on a react-native project, is there any plans to nwb support react-native packages?

A workaround that we thought would be including https://github.com/necolas/react-native-web as a dependency on the demo project, but it doesn't support all the features that react-native does.

insin commented 6 years ago

I've not used React Native, so I don't know what would be involved in that - do you have any examples of components which do this?