shirakaba / react-nativescript

React renderer for NativeScript
https://react-nativescript.netlify.com
MIT License
280 stars 14 forks source link

Implement ScrollView as single-child(?) component #22

Closed shirakaba closed 5 years ago

shirakaba commented 5 years ago

So far I've not implemented it at all, but all the NativeScript Core examples just use a single child view. It's a pity that there's no code-behind example, but I can cross-check with how they handled the Vue implementation.

https://docs.nativescript.org/ui/ns-ui-widgets/scroll-view

https://github.com/NativeScript/nativescript-sdk-examples-js/tree/master/app/ns-ui-widgets-category/scroll-view