jiti-meet/react/features/mobile/incoming-call/components
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
..
AnswerButton.js [Android] Introduce IncomingCallView (continued) 2018-07-18 22:47:18 -05:00
DeclineButton.js [Android] Introduce IncomingCallView (continued) 2018-07-18 22:47:18 -05:00
IncomingCallApp.js ref(app): move initialization into componentDidMount 2019-01-02 10:02:04 +01:00
IncomingCallPage.js [Android] Introduce IncomingCallView (continued) 2018-07-18 22:47:18 -05:00
index.js [Android] Introduce IncomingCallView 2018-07-18 22:47:18 -05:00
styles.js [Android] Introduce IncomingCallView (continued) 2018-07-18 22:47:18 -05:00