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

ListView Component #89

Closed jonathanyee closed 7 years ago

jonathanyee commented 8 years ago

Is ListView available as a component? I couldn't find it anywhere in the docs or the source

marclaval commented 7 years ago

In React Native, ListView is a custom component, which means it is not a direct wrapper to a native component, but a "pure" JavaScript React component.

Such components can not be used in an Angular context. They would have to be reimplemented as Angular components, but there is no plan to do so.

48 may also solve this issue if a technical solution can be found.