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: lint project #3279

Merged
merged 2 commits into from
Oct 7, 2023
Merged

chore: lint project #3279

merged 2 commits into from
Oct 7, 2023

Conversation

KrzysztofMoch
Copy link
Member

@KrzysztofMoch KrzysztofMoch commented Oct 6, 2023

Summary

Lint project with eslint & prettier (fix CI fails)

Test plan

Nothing to test

@KrzysztofMoch KrzysztofMoch requested a review from freeboub October 6, 2023 18:02

export type NativeVideoResizeMode = 'ScaleNone' | 'ScaleToFill' | 'ScaleAspectFit' | 'ScaleAspectFill';
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why ? It was better before!

Copy link
Member Author

@KrzysztofMoch KrzysztofMoch Oct 7, 2023

Choose a reason for hiding this comment

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

It because in native it is not like that - in android it is int and on iOS it is something else. I guess i will refactor this to dont export constants, but create string type and handle it to return responding value on native side

@freeboub
Copy link
Collaborator

freeboub commented Oct 7, 2023

OK, let's merge this change asap, @KrzysztofMoch please check my comment in another PR

@freeboub freeboub merged commit 067adde into TheWidlarzGroup:master Oct 7, 2023
1 check passed
@KrzysztofMoch KrzysztofMoch deleted the chore/lint branch October 7, 2023 12:31
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