-
Notifications
You must be signed in to change notification settings - Fork 24.6k
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
[TimerMixin] Removing TimerMixin on ProgressViewIOSExample #21500
[TimerMixin] Removing TimerMixin on ProgressViewIOSExample #21500
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 👍🏾
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSNara has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@gvarandas merged commit f1d6e22 into |
Summary: Related to #21485. Removed TimerMixin from the `RNTester/js/ProgressViewIOSExample.js` screen since it is currently not used. - [x] `npm run prettier` - [x] `npm run flow-check-ios` - [x] `npm run flow-check-android` - [x] runtime tests using `ProgressViewIOSExample` on Android and iOS **RNTester steps** - [x] Run RNTester. - [x] Navigate to `ProgressViewIOSExample` and check if the animations are executed correctly and without lag. [GENERAL] [ENHANCEMENT] [RNTester/js/ProgressViewIOSExample.js] - remove TimerMixin dependency Pull Request resolved: facebook/react-native#21500 Reviewed By: TheSavior Differential Revision: D10218366 Pulled By: RSNara fbshipit-source-id: b44a0bbb50f6b0e85f406904131804eace941335
Summary: Related to facebook#21485. Removed TimerMixin from the `RNTester/js/ProgressViewIOSExample.js` screen since it is currently not used. - [x] `npm run prettier` - [x] `npm run flow-check-ios` - [x] `npm run flow-check-android` - [x] runtime tests using `ProgressViewIOSExample` on Android and iOS **RNTester steps** - [x] Run RNTester. - [x] Navigate to `ProgressViewIOSExample` and check if the animations are executed correctly and without lag. [GENERAL] [ENHANCEMENT] [RNTester/js/ProgressViewIOSExample.js] - remove TimerMixin dependency Pull Request resolved: facebook#21500 Reviewed By: TheSavior Differential Revision: D10218366 Pulled By: RSNara fbshipit-source-id: b44a0bbb50f6b0e85f406904131804eace941335
Related to #21485.
Removed TimerMixin from the
RNTester/js/ProgressViewIOSExample.js
screen since it is currently not used.Test Plan
npm run prettier
npm run flow-check-ios
npm run flow-check-android
ProgressViewIOSExample
on Android and iOSRNTester steps
ProgressViewIOSExample
and check if the animations are executed correctly and without lag.Release Notes
[GENERAL] [ENHANCEMENT] [RNTester/js/ProgressViewIOSExample.js] - remove TimerMixin dependency