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

@@ -21,7 +21,7 @@ declare var interfaceConfig: Object;
/**
* The conference page of the Web application.
*/
class Conference extends Component {
class Conference extends Component<*> {
_onShowToolbar: Function;
_originalOnShowToolbar: Function;