Jak wyżej, mam problem z video w React nativie, po wejściu na stronę która ma je wyświetlać, dostaję taki błąd:

Mój kod:
import Video from 'react-native-video';
const playerPage = ({route}) => {
const {book} = route.params;
return (
<View style={StyleSheet.mainPlayerView}>
<View style={{height: '33%', width: '100%'}}>
<Video controls={true} source={{uri: book.video}} style={{width: '100%', height: '100%'}} />
</View>
<Text>{book.video}</Text>
</View>
)
}
Używam Expo go. Próbowałam usunąć node_modules i npm i.