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

feat(ios): Add fileName to video assets #1880

Merged
merged 1 commit into from
Dec 3, 2021

Conversation

chrisbobbe
Copy link
Contributor

Fixes: #1670

Thanks for submitting a PR! Please read these instructions carefully:

  • Explain the motivation for making this change.
  • Provide a test plan demonstrating that the code is solid.
  • Match the code formatting of the rest of the codebase.
  • Target the master branch, NOT a "stable" branch.

Motivation

The file name of videos on iOS hasn't been present in their asset objects, as it has for photos. This fixes that.

Test Plan

@Johan-dutoit Johan-dutoit merged commit d55c53f into react-native-image-picker:main Dec 3, 2021
Johan-dutoit pushed a commit that referenced this pull request Dec 3, 2021
# [4.4.0](v4.3.0...v4.4.0) (2021-12-03)

### Features

* **ios:** Add `fileName` to video assets ([#1880](#1880)) ([d55c53f](d55c53f)), closes [#1670](#1670)
@Johan-dutoit
Copy link
Collaborator

🎉 This PR is included in version 4.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@chrisbobbe
Copy link
Contributor Author

Thank you!

MattDennyir added a commit to MattDennyir/react-native-image-picker that referenced this pull request Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[🌟] fileName property on Response object for iOS videos
2 participants