Import PropTypes from prop-types

Prepare for React 16.
This commit is contained in:
Lyubo Marinov
2017-09-27 16:23:31 -05:00
parent 9834e8ac7b
commit 2e2129fa44
104 changed files with 510 additions and 417 deletions

View File

@@ -1,6 +1,6 @@
/* global __DEV__ */
import React from 'react';
import PropTypes from 'prop-types';
import { Linking } from 'react-native';
import '../../analytics';
@@ -35,7 +35,7 @@ export class App extends AbstractApp {
* page is rendered when the {@link App} is not at a location (URL)
* identifying a Jitsi Meet conference/room.
*/
welcomePageEnabled: React.PropTypes.bool
welcomePageEnabled: PropTypes.bool
};
/**