sAleksovski / react-native-android-widget

Build Android Widgets with React Native
https://sAleksovski.github.io/react-native-android-widget/
MIT License
578 stars 22 forks source link

Question: ListWidget can be horizontally scrollable? #82

Closed longb1997 closed 5 months ago

longb1997 commented 5 months ago

Hi, I checked the documentation and didn't see any guidance on direction, will it be supported in the future?

sAleksovski commented 5 months ago

Current ListWidget is implemented using ListView, which does not support horizontal scroll.

See https://developer.android.com/develop/ui/views/appwidgets/collections

I don't have plans to implement horizontal scroll in the near future, since it would have to use a different primitive.