mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 22:02:24 -06:00
[GH-ISSUE #53] Question: Material-UI #28
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @WickedSik on GitHub (Mar 14, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/53
Would it be possible to use
material-uiorreact-native-material-uiinproton-native?If no, what would be the challenge into creating this?
If yes, why doesn't it work? 😢
Or should I actually use
react-native-material-uiinstead ofmaterial-ui, because that would make sense!@albe-rosado commented on GitHub (Mar 14, 2018):
Proton-native leverages libui-node library that implements nodejs bindings to native widgets toolkit across platforms, to my knowledge, there is not styling on libui-node, so not styling here either. See https://github.com/kusti8/proton-native/issues/51
@WickedSik commented on GitHub (Mar 14, 2018):
Understood. I had a different view of this project, but what you say makes perfect sense.
Thanks for the information!