mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #200] will proton support hooks? #133
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#133
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 @joshuarossi on GitHub (Feb 9, 2019).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/200
@aviaryan commented on GitHub (Feb 10, 2019):
Would absolutely love to use the latest React version with Proton-Native. Btw, can't we use the manual install way of proton-native, use latest react and enjoy hooks? https://proton-native.js.org/#/manual_install
@kusti8 commented on GitHub (Feb 10, 2019):
It seems that react-reconciler also needs to be updated to support this. I'll see if I can update it and if that works.
@v1rtl commented on GitHub (Mar 26, 2020):
@kusti8 is it possible to update the reconciler in the near future? I don't want to write classes :/
@kusti8 commented on GitHub (Mar 26, 2020):
It has been updated and hooks work.
@v1rtl commented on GitHub (Mar 26, 2020):
@kusti8 I tried to make a button that increments counter, but it remains 0, should I open an issue?
here's the code:
@sergiodanilo commented on GitHub (Apr 19, 2020):
Change
onClicktoonPress