You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hii @cornedor , Video Fullscreen mode is working on ios, but not in android it will not show that option Please implement this option ASAP. Thank You
can you please implement the loading feature , need to show the loader while loading the video
You can add custom loader on video, use from 'react-native' as a loader or another you preferred.
You can use onLoadStart() and onLoad() function props for start and stop ActivityIndicator (loader). See below code.
import VideoPlayer from 'react-native-video-player';
import { ActivityIndicator } from 'react-native';
Hii @cornedor , Video Fullscreen mode is working on ios, but not in android it will not show that option Please implement this option ASAP. Thank You
can you please implement the loading feature , need to show the loader while loading the video
react-native-video-player:"^0.12.0"
react-native-video:"^5.2.0"
The text was updated successfully, but these errors were encountered: