-
Notifications
You must be signed in to change notification settings - Fork 21
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
Change library to typescript and react hooks #17
Comments
I don't wanna change whole library into typescript but I think it's good to support typescript using .d.ts. files |
and yeah it's needed to update life cycle methods but recently I'm just too busy to do that. |
I will be happy contribute to this tool with change it to React Hooks |
Anyone interested on this issue? |
I'm interested to work on replacing all to React Hooks. |
Thanks for your reply. |
Yes, Exactly. |
So the class components in this library are |
Yes |
Thanks. I'll wait for the pr. |
@gomjellie @rubycho But i have a problem with runnig the example project ... I got an error:
I have installed all the packages but it still not recognizing it, what i'm missing with running it? |
Does the error occurs on |
I have installed with |
@guy490 If the problem persists, you could just create temporary react native app project, copy codes partially from example and test it. |
Hi, I am trying to set up before I try to contribute (I am a first timer to OSS contribution). But I encounter the same problem as @guy490 . Can you share your solution on solving this problem? Edit: I have tried using |
Hi, @Nahoyhp |
Hello
Small and nice library!
Do you have plans to use react hooks in the near future? Because now it gives a warning for classic lifetime methods like ComponentDidMount
Thanks
The text was updated successfully, but these errors were encountered: