Maksym Koldun

Results 9 comments of Maksym Koldun

I've used a View component as a wrapper ``` ```

Oops, @vinc-labs i forgot to add StyleSheet: ``` import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ player : { position : 'absolute', height : '100%', width : '100%'...

you have to add componentWillUnmount to the component where your player is being used when you leave the player page componentWillUnmount will disable your player ``` state = {isOpen: false}...

In the documentation is said that `You can pass any of the props that the component at react-native-video takes.` so, i've passed `fullscreen` in properties and disable it when user...

HTML like this also will throw an error ``` dsdadadadadas ```

does not work for me too, does anyone knows an alternative?

I had a similar issue, the problem was that basePath (next.config.js) I used and start_url (manifest.json) were different. Maybe you need to change your start_url /app/ -> /app and make...

I have the same problem with xbox controller