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
d169bd5007
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'
;
Keep buttons in their associated features Contributing all buttons in one place goes against the designs that we set out at the beginning of the project's rewrite and that multiple of us have been following since then.
2018-05-10 23:01:55 +00:00
export
*
from
'./components'
;