This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Description
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:
- How to use existing extensions? Is there a generic way? Is Angular 2 specific component needed?
- How to create new extensions?