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

fix(ios): fix wrong react method definition (dismissFullscreenPlayer, presentFullscreenPlayer) #3338

Merged

Conversation

YangJonghun
Copy link
Collaborator

@YangJonghun YangJonghun commented Nov 8, 2023

Update the changelog

fix(ios): fix wrong react method definition (dismissFullscreenPlayer, presentFullscreenPlayer)

Describe the changes

Corrected incorrect header file syntax to assign the correct key to VideoManager

@KrzysztofMoch KrzysztofMoch merged commit 7f49b56 into TheWidlarzGroup:master Nov 8, 2023
1 check passed
@YangJonghun YangJonghun deleted the fix/wrong-ios-header branch November 8, 2023 20:07
reactTag:(nonnull NSNumber *)reactTag)
RCT_EXTERN_METHOD(presentFullscreenPlayer:(nonnull NSNumber *)reactTag)

RCT_EXTERN_METHOD(dismissFullscreenPlayer:(nonnull NSNumber *)reactTag)

RCT_EXTERN_METHOD(dismissFullscreenPlayer
reactTag:(nonnull NSNumber *)reactTag)
Copy link
Contributor

Choose a reason for hiding this comment

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

should both of these be here?

Copy link
Collaborator Author

@YangJonghun YangJonghun Jan 14, 2024

Choose a reason for hiding this comment

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

@jordangrant-stadiumlive
It looks my mistake.
could you create PR to correct this?

Copy link
Contributor

Choose a reason for hiding this comment

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

posted: #3474

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.

4 participants