TheWidlarzGroup / react-native-video

A <Video /> component for react-native
http://thewidlarzgroup.github.io/react-native-video/
MIT License
7.17k stars 2.89k forks source link

[Feature]: Is the way to run PIP programmatically? #3842

Open ZubairovSalim opened 4 months ago

ZubairovSalim commented 4 months ago

Description

Now I am trying to realize custom player controls and I am needed in PIP button, but I can't find method for. this :(

Why it is needed ?

-

Possible implementation

No response

Code sample

No response

freeboub commented 4 months ago

If I were you I would try using this PR : https://github.com/TheWidlarzGroup/react-native-video/pull/3385 It enables pip on Android and maybe answer to your question!

ZubairovSalim commented 4 months ago

@freeboub Thanks for answer! Is any chance it will be in master within a month?