Skip to content
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

chore: upgrade enum types #3453

Merged
merged 1 commit into from
Jan 4, 2024
Merged

chore: upgrade enum types #3453

merged 1 commit into from
Jan 4, 2024

Conversation

KrzysztofMoch
Copy link
Member

Summary

Developers now can use enum or values. Checkout my tweet to better understand

Test plan

None

@@ -172,7 +176,7 @@ export enum PosterResizeModeType {

export type AudioOutput = 'speaker' | 'earpiece';

export interface ReactVideoProps extends ReactVideoEvents, AccessibilityProps {
export interface ReactVideoProps extends ReactVideoEvents, ViewProps {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ViewProps extends AccessibilityProps and some other interfaces

@freeboub freeboub merged commit 51828f3 into TheWidlarzGroup:master Jan 4, 2024
2 checks passed
@KrzysztofMoch KrzysztofMoch deleted the chore/upgrade-enum-types branch January 4, 2024 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants