GSolari79
GSolari79
Do we have any news related to this issue? Is the repository maintained?
Hi @abbasfreestyle Thanks for your reply, this doesn't resolve the issue. It does the same thing just rotating the screen :(
While testing stayed that way, with absolute position on Video I get this image. Expanding in the CardItem without leaving gaps. 
My video example is the following: class VideoPlayer extends Component { constructor() { super(); this.state = { fullScreen: false }; } onFullScreen(fullScreen) { this.setState({ fullScreen }); } render() { const...
The issue is that the fullscreen control expands the video not to the whole screen but inside the CardItem that the Video is called from
The CardItem is from nativebase and it is wrapped inside Container, Content like this: ``` > > > > > > Uni Messenger > Unisomnia Social Network > > >...
I have already tested many things regarding the styles in order to make it function. It has to do with custom styling of NativeBase. The only way to make it...