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
When I put a video component in one of the views and then switching the tab causes the video to replay and I don't expect that behavior to happen if ios continues to play and android doesn't
`import React, {useState} from 'react';
import {StyleSheet, View, Text} from 'react-native';
import PagerView from 'react-native-pager-view';
import {Video} from '../components';
const _pagerViewTest = () => {
return (
<PagerView
initialPage={0}
style={{
flex: 1,
}}>
First page
<Video file={'action/glute-bridge.mp4'}>
When I put a video component in one of the views and then switching the tab causes the video to replay and I don't expect that behavior to happen if ios continues to play and android doesn't
`import React, {useState} from 'react';
import {StyleSheet, View, Text} from 'react-native';
import PagerView from 'react-native-pager-view';
import {Video} from '../components';
const _pagerViewTest = () => {
return (
<PagerView
initialPage={0}
style={{
flex: 1,
}}>
First page
<Video file={'action/glute-bridge.mp4'}>
Second page
);
};
export {_pagerViewTest};
`
"react": "18.2.0",
"react-native": "0.72.12",
"react-native-pager-view": "6.3.1",
The text was updated successfully, but these errors were encountered: