sAleksovski / react-native-android-widget

Build Android Widgets with React Native

Home Page:https://sAleksovski.github.io/react-native-android-widget/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: ListWidget can be horizontally scrollable?

longb1997 opened this issue · comments

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

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.