jiti-meet/react/features/base/lib-jitsi-meet
Saúl Ibarra Corretgé bfeaf329e1 [RN] Add polyfill for localStorage
It's built on top of React Native's AsyncStorage. They have differing APIs, so
we implement a synchronous API on top of an asynchronous one. This is done by
being optimistic and hoping that operations will happen asynchronously. If one
such operation fails, the error is ignored and life goes on, since operations
are performed in the in-memory cache first.

Note to reviewers: LocalStorage.js lacks Flow annotations because indexable
class declarations are not yet supported:
https://github.com/facebook/flow/issues/1323 and yours truly couldn't find a way
to make the required syntax work without making it unnecessarily complex.
2017-09-05 10:42:42 -05:00
..
native [RN] Add polyfill for localStorage 2017-09-05 10:42:42 -05:00
_.native.js [RN] Rename jitsi-meet-react to jitsi-meet 2017-05-16 12:38:36 -05:00
_.web.js Fix IE redirect problem 2017-02-22 23:36:06 -06:00
actionTypes.js [RN] Polyfill Symbol 2017-05-26 16:37:22 -05:00
actions.js Moves analytics loading to react. (#1945) 2017-09-01 14:14:03 -05:00
constants.js Replace features/unsupported-browser SET_UNSUPPORTED_BROWSER with features/base/lib-jitsi-meet SET_WEBRTC_READY 2017-02-28 00:18:51 -06:00
functions.js [RN] Load config.js with ?room= 2017-09-01 23:55:25 -05:00
index.js [RN] Rename jitsi-meet-react to jitsi-meet 2017-05-16 12:38:36 -05:00
middleware.js Fix TypeError: Cannot read property 'isGuest' of undefined 2017-05-18 11:53:45 -05:00
reducer.js Introduce features/base/config 2017-04-23 15:18:41 -05:00