react-native-nodemediaclient icon indicating copy to clipboard operation
react-native-nodemediaclient copied to clipboard

Full Screen Display Support in NodePlayer Component of NodeMediaClient in ReactNative

Open PigeonMuyz opened this issue 1 year ago • 0 comments

Hello,

I am currently using the NodeMediaClient library in a ReactNative project, specifically the NodePlayer component. I would like to inquire about the full screen display support for this component.

Is it possible for the NodePlayer component to display content in full screen mode in a ReactNative application? If so, could you please provide some guidance or point me to the relevant documentation on how to implement this feature?

I trying to

<NodePlayer fullscreen={true} />

but i saw the NodePlayer haven't the fullscreen props

PigeonMuyz avatar Apr 02 '24 05:04 PigeonMuyz