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
d6fbe55360
jiti-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 12:17:14 +00: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 13:09:53 +00:00
import
'./middleware'
;
import
'./reducer'
;