mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #263] Multi Target Example #178
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#178
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 @xavier7179 on GitHub (Feb 5, 2020).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/263
It would be great if you could deliver at least one of the actual examples, e.g. the calculator, to deliver building also for mobile (react-native) and web
@kusti8 commented on GitHub (Mar 16, 2020):
This isn't meant to be multi target. If you take the code around
<Window>and `' and paste it into React Native, it should work, but that is not the primary focus.@xavier7179 commented on GitHub (Mar 24, 2020):
I understand your point but consider this: what is the point of having a support for desktop deployment that is closed to React Native if you are not developing multi-platform in smart (time saving) ways?