ionictest2017
ionictest2017
``` {isLoading && } {!gridData.length && ( This Movie is available! )} import styled from '@emotion/native'; import { SpatialNavigationNode, DefaultFocus } from 'react-tv-space-navigation'; import { TextInput as RNTextInput } from...
> ```tsx > > > onPress={() => console.log('A')} > label="A" > /> > onPress={() => console.log('B')} > label="B" > /> > > > ``` I have tried this simple code...
here is my code ``` return ( (this.player.ref = videoPlayer)} resizeMode={this.state.resizeMode} volume={this.state.volume} paused={this.state.paused} muted={this.state.muted} rate={this.state.rate} onLoadStart={this.events.onLoadStart} onProgress={this.events.onProgress} onError={this.events.onError} onLoad={this.events.onLoad} onEnd={this.events.onEnd} onSeek={this.events.onSeek} style={[styles.player.video, this.styles.videoStyle]} onAudioTracks={this.onAudioTracks} onTextTracks={this.onTextTracks} onVideoTracks={this.onVideoTracks} selectedTextTrack={this.state.selectedTextTrack} selectedAudioTrack={this.state.selectedAudioTrack} selectedVideoTrack={this.state.selectedVideoTracks} source={this.state.video_source}...
@pierpo please help
Hey! I have used the same example given by you and run on Apple TV, this problem is only on Apple TV you have mentioned this line in your lib...