mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
feat(web/RN): update React to v16 and React Native to 0.49
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
e520319af2
commit
b74bede0e7
@@ -1,4 +1,7 @@
|
||||
import 'es6-symbol/implement';
|
||||
// FIXME: remove once react-native-webrtc and react-native-prompt imports
|
||||
// PropTypes from the 'prop-types' lib instead of 'react'.
|
||||
import './features/base/react/prop-types-polyfill.js';
|
||||
|
||||
import PropTypes from 'prop-types';
|
||||
import React, { Component } from 'react';
|
||||
import { AppRegistry, Linking } from 'react-native';
|
||||
|
||||
Reference in New Issue
Block a user