-
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
Remove TimerMixin on ProgressBarAndroidExample.android.js #21501
Remove TimerMixin on ProgressBarAndroidExample.android.js #21501
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.
@nd-02110114 merged commit 3d31beb into |
Summary: Related to #21485. Removed TimerMixin from the `RNTester/js/ProgressBarAndroidExample.android.js` since it is currently not used. - [x] npm run prettier - [x] npm run flow-check-ios - [x] npm run flow-check-android In progress 🙇 [GENERAL] [ENHANCEMENT] [RNTester/js/ProgressBarAndroidExample.android.js] - remove TimerMixin dependency Pull Request resolved: facebook/react-native#21501 Reviewed By: TheSavior Differential Revision: D10218375 Pulled By: RSNara fbshipit-source-id: c4c12f65855452bc2485f034a0560afd204512f4
…1501) Summary: Related to facebook#21485. Removed TimerMixin from the `RNTester/js/ProgressBarAndroidExample.android.js` since it is currently not used. - [x] npm run prettier - [x] npm run flow-check-ios - [x] npm run flow-check-android In progress 🙇 [GENERAL] [ENHANCEMENT] [RNTester/js/ProgressBarAndroidExample.android.js] - remove TimerMixin dependency Pull Request resolved: facebook#21501 Reviewed By: TheSavior Differential Revision: D10218375 Pulled By: RSNara fbshipit-source-id: c4c12f65855452bc2485f034a0560afd204512f4
Related to #21485.
Removed TimerMixin from the
RNTester/js/ProgressBarAndroidExample.android.js
since it is currently not used.Test Plan
Run RNTester.
In progress 🙇
Release Notes
[GENERAL] [ENHANCEMENT] [RNTester/js/ProgressBarAndroidExample.android.js] - remove TimerMixin dependency