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

Manual Installation (iOS) - Update onVideoSaved #1346

Closed
wants to merge 2 commits into from
Closed

Manual Installation (iOS) - Update onVideoSaved #1346

wants to merge 2 commits into from

Conversation

ajsmth
Copy link

@ajsmth ajsmth commented Nov 24, 2018

this missing proptype was throwing an error with the packager, not sure if this is because I elected to manually install instead of taking the cocoa pods route. in either case, there is an onVideoSaved method declaration in RCTVideoManager that I cant seem to find anywhere else (in the docs or Video.js)

@ajsmth
Copy link
Author

ajsmth commented Nov 24, 2018

looks like this was because I was using the wrong package version for my RN version (0.55). downgrading to 3.2.1 works fine 👍 I hope this helps someone else in the future

@cobarx
Copy link
Contributor

cobarx commented Nov 28, 2018

It looks like this was left over from some of the work done on the save() code. I checked and that event isn't used anywhere, so I'm going to remove it. Thanks for pointing this out.

@cobarx cobarx closed this Nov 28, 2018
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