angular / react-native-renderer

Use Angular and React Native to build applications for Android and iOS
http://angular.github.io/react-native-renderer/
MIT License
789 stars 97 forks source link

Extensibility #48

Open marclaval opened 8 years ago

marclaval commented 8 years ago

React Native provides a subset of the features and components that exist in the Native world. It can be extended and there is already an active community publishing packages. This has to be made available in the Angular 2 context as well.

Challenges:

vip-git commented 7 years ago

Hi @mlaval ,

Any updates on this ?. I am trying to look into this as well.

I seem to be getting constantly error TS2307: Cannot find module when importing any react-native extensions/plugins.

I would look forward to your reply.

Thanks, V

exports commented 7 years ago

So is there a way to use components created by react-native community in this repo?