-
-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lists ? #99
Comments
Currently it's not possible. Proton-native uses libui-node which in turn is a wrapper around libui. libui will soon have "tables"(andlabs/libui#343). |
@kusti8 since libui has tables now (https://godoc.org/github.com/andlabs/ui#Table) should I implement this using them, or are we waiting for some other implementation in there? |
You can't implement them directly in proton-native, they need to be in libui-node first (work has started in https://github.com/parro-it/libui-napi/tree/tables). |
Right, I meant implement it in |
Proton Native V2 is now released! If the issue still occurs in the new update, please open a new issue. |
How to render something similar to a React Native's FlatList/ListView ?
The text was updated successfully, but these errors were encountered: