This website requires JavaScript.
Explore
Help
Sign In
haskal
/
jiti-meet
Watch
1
Star
0
Fork
You've already forked jiti-meet
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4fdd71d1bd
jiti-meet
/
react
/
features
/
mobile
/
picture-in-picture
/
index.js
4 lines
88 B
JavaScript
Raw
Normal View
History
Unescape
Escape
[RN] Add Picture-in-Picture support This only works automatically on Android >= 8. On other platforms / versions, it relies on the SDK user on implementing a "reduced UI" mode and reacting to the "request PIP" delegate method.
2018-02-01 16:02:07 +00:00
export
*
from
'./actions'
;
export
*
from
'./actionTypes'
;
[RN] Add Picture-in-Picture support (Coding style: naming, consistency)
2018-02-19 22:52:21 +00:00
export
*
from
'./components'
;