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
56dd83740c
jiti-meet
/
react
/
features
/
connection-indicator
/
components
/
web
/
index.js
4 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
[RN] Add connection indicator
2019-04-15 16:23:28 +00:00
// @flow
feat(connection-indicator): convert to react - Create a new ConnectionIndicator component for displaying an icon for connection quality and for triggering a popover. The popover handling has been left in ConnectionIndicator for now, which follows the existing implementation. - Remove the unused method "connectionIndicatorShowMore" - Change the implementation of existing methods that update the connection indicator to call the same method which will rerender the indicator completely.
2017-06-19 20:20:13 +00:00
export
{
default
as
ConnectionIndicator
}
from
'./ConnectionIndicator'
;