Skip to content
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

Closed
jbrodriguez opened this issue May 3, 2018 · 6 comments
Closed

Lists ? #99

jbrodriguez opened this issue May 3, 2018 · 6 comments

Comments

@jbrodriguez
Copy link

How to render something similar to a React Native's FlatList/ListView ?

@mischnic
Copy link
Contributor

mischnic commented May 4, 2018

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).

@maciek134
Copy link
Contributor

@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?

@mischnic
Copy link
Contributor

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).

@maciek134
Copy link
Contributor

Right, I meant implement it in libui-node and then here.

@benbucksch
Copy link

Here's how an email app without table widget with selection looks like: :-)
image

@kusti8
Copy link
Owner

kusti8 commented Jan 19, 2020

Proton Native V2 is now released! If the issue still occurs in the new update, please open a new issue.

@kusti8 kusti8 closed this as completed Jan 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants