This website requires JavaScript.
Explore
Help
Register
Sign In
ZF
/
jitsi-meet
Watch
1
Star
0
Fork
0
You've already forked jitsi-meet
mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced
2026-05-18 03:37:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5b3e8a9b5ec5e613fe0182be2f1300a9bfefa9a5
jitsi-meet
/
react
/
features
/
mobile
/
network-activity
/
index.js
5 lines
74 B
JavaScript
Raw
Normal View
History
Unescape
Escape
[RN] NetworkActivityIndicator The basic indicator is extracted into a LoadingIndicator component, which then NetworkActivityIndicator displays (or not) based on network activity.
2017-09-13 14:17:14 +02:00
export
*
from
'./components'
;
[RN] Keep track of ongoing network requests Works only for XHR requests, which is the only network request mobile performs (WebRTC traffic aside). The fetch API is implemented on top of XHR, so that's covered too. Requests are kept in the redux store until they complete, at which point they are removed.
2017-08-24 15:09:53 +02:00
import
'./middleware'
;
import
'./reducer'
;
Reference in New Issue
Copy Permalink