-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
refactor(rn tester app): change appearence example to hooks #35114
refactor(rn tester app): change appearence example to hooks #35114
Conversation
Base commit: 87d6580 |
Base commit: 87d6580 |
PR build artifact for 95d8817 is ready. |
Hi @Marcoo09, thanks for doing this. When the CI is green, we can import this. |
PR build artifact for ab94909 is ready. |
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @Marcoo09 in 22576fa. When will my fix make it into a release? | Upcoming Releases |
…#35114) Summary: This pull request migrates the appearance example to using React Hooks. ## Changelog [General] [Changed] - RNTester: Migrate Appearence to hooks Pull Request resolved: facebook#35114 Test Plan: The animation works exactly as it did as when it was a class component Reviewed By: cortinico Differential Revision: D41531005 Pulled By: cipolleschi fbshipit-source-id: a864766a3bb58a7f0c2b9c4ed8f731ee84713b26
Summary
This pull request migrates the appearance example to using React Hooks.
Changelog
[General] [Changed] - RNTester: Migrate Appearence to hooks
Test Plan
The animation works exactly as it did as when it was a class component