Video component useNativeControls bug
See original GitHub issueexpo version: 17.0.0
I’m using Video tag with a remote video source, it works well if I don’t turn up useNativeControls
option, the native control always shows Done --:--
if I enable the useNativeControls
, also it doesn’t respond if I click the native play button.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:10
- Comments:7 (3 by maintainers)
Top Results From Across the Web
The `Video` component can't read my video - Expo Forums
Problem I'm using the Video component for a my React-Native application. ... useNativeControls resizeMode="contain" isLooping />.
Read more >How to customised useNativeControls in expo-av Video
You have to wrap your video component with Pressable. And after that, you can show your customize modal. Here is an Example:
Read more >A Practical Guide to Video in React Native | Waldo Blog
Video is one of the most commonly consumed formats online, and in this tutorial we're going to cover how to embed video in...
Read more >How to use the expo-av.Video.RESIZE_MODE_STRETCH ...
Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately. Enable here. github expo /...
Read more >react-native-video-controls - npm
A set of GUI controls for the react-native-video component. ... seekbar, title, error handling and timer toggle that can switch between time ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Should be fixed in SDK 20. @gkufera
On Fri, Aug 11, 2017 at 9:53 AM xyx2011 notifications@github.com wrote:
– Sent from Gmail Mobile
@Mohammadhunan97 can you provide a snack link that reproduces the behavior you’re seeing? Thanks!