-
Notifications
You must be signed in to change notification settings - Fork 176
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
video marker #19
Comments
Did anybody get anywhere with this? |
Otherwise, you can't tell which thumbnail is an image and which is a video, a very important distinction in most cases. Addresses jeanpan#19.
Otherwise, you can't tell which thumbnail is an image and which is a video, a very important distinction in most cases. Addresses jeanpan#19.
Otherwise, you can't tell which thumbnail is an image and which is a video, a very important distinction in most cases. Addresses jeanpan#19.
FYI, our company, CNTRAL, forked this library and added a video marker on all video thumbnails, in case anybody wants to use it. Later I'll submit a PR to get it merged into the main repo: https://github.com/cntral/react-native-camera-roll-picker/ Here's a sneak peak of how it looks - image file on the left, video file on the right: |
Otherwise, you can't tell which thumbnail is an image and which is a video, a very important distinction in most cases. Addresses jeanpan#19.
Otherwise, you can't tell which thumbnail is an image and which is a video, a very important distinction in most cases. Addresses jeanpan#19. Also add `accessibilityLabel` for "videoMarker" for ease of targetting in automated testing.
Created a PR with this feature to get it merged in. |
Hello. I added a |
@jeanpan Can we add a video marker to indicate it's a video? Right now it just blends into the photos. Maybe another prop to accept a video marker?
The text was updated successfully, but these errors were encountered: