jiti-meet/react/features/mobile
Leonard Kim 9215b1e8b2 ref(app): move initialization into componentDidMount
componentWillMount is a deprecated lifecycle method;
componentDidMount should be used to kick off things
like ajax. In the case of the _App hierarchy, a promise
chain is used to perform initialization, and it is
first started in the constructor by initializing
storage. However, by the time storage is initialized,
resolving the first promise, _App has already mounted.
So, move it all to the componentDidMount lifecycle.
2019-01-02 10:02:04 +01:00
..
audio-mode [RN] Recolor AudioRoutePickerDialog 2018-12-18 13:21:48 +01:00
background feat(App): refactor App and split it into BaseApp and App 2018-07-12 11:28:19 -05:00
callkit feat(App): refactor App and split it into BaseApp and App 2018-07-12 11:28:19 -05:00
external-api feat(external_api): export sendEvent function 2018-07-18 22:47:18 -05:00
full-screen feat(App): refactor App and split it into BaseApp and App 2018-07-12 11:28:19 -05:00
incoming-call ref(app): move initialization into componentDidMount 2019-01-02 10:02:04 +01:00
network-activity ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
permissions Reorganize calendar access request flow 2018-03-23 07:53:36 +01:00
picture-in-picture Replace console with logger 2018-08-05 17:04:19 -05:00
proximity ref(mobile/proximity): convert middleware to a state listener 2018-05-30 16:29:27 +02:00
wake-lock ref(mobile/wake-lock): convert middleware to a state listener 2018-05-30 16:29:27 +02:00