jiti-meet/react/features/app
Saúl Ibarra Corretgé 5b6985fc5c [RN] Fix use of undefined APP
On RN we don't use the global APP object, so don't save the store there unless
it's defined, which is the case in the current web version. Also, check for
undefined explicitly, since a "if (!APP)" check will throw a ReferenceError.
2017-02-20 11:16:01 +01:00
..
components [RN] Fix use of undefined APP 2017-02-20 11:16:01 +01:00
actionTypes.js Introduce Platform in React 2017-01-26 07:27:31 -06:00
actions.js [RN] Use a default host when only a room name is specified 2017-02-18 10:04:08 -06:00
functions.native.js [RN] Fix the parsing of the domain out of a URL 2017-02-02 13:40:49 -06:00
functions.web.js Comply w/ coding style 2017-02-18 21:57:38 -06:00
index.js Consistent middleware and reducer imports 2017-02-10 11:04:40 -06:00
reducer.js Introduce Platform in React 2017-01-26 07:27:31 -06:00