feat(web/RN): update React to v16 and React Native to 0.49

This commit is contained in:
paweldomas
2017-10-24 17:26:56 -05:00
committed by Saúl Ibarra Corretgé
parent e520319af2
commit b74bede0e7
60 changed files with 3327 additions and 557 deletions

View File

@@ -36,7 +36,7 @@ const _TEXT_INPUT_PROPS = {
* Implements a React {@code Component} which prompts the user when a password
* is required to join a conference.
*/
class PasswordRequiredPrompt extends Component {
class PasswordRequiredPrompt extends Component<Props> {
/**
* {@code PasswordRequiredPrompt}'s React {@code Component} prop types.
*

View File

@@ -12,7 +12,7 @@ import { translate } from '../../base/i18n';
* Implements a React Component which prompts the user when a password is
* required to join a conference.
*/
class PasswordRequiredPrompt extends Component {
class PasswordRequiredPrompt extends Component<*, *> {
/**
* PasswordRequiredPrompt component's property types.
*

View File

@@ -22,7 +22,7 @@ const _TEXT_INPUT_PROPS = {
* Implements a React Component which prompts the user for a password to lock a
* conference/room.
*/
class RoomLockPrompt extends Component {
class RoomLockPrompt extends Component<*> {
/**
* RoomLockPrompt component's property types.
*