commit
3ebda0234d
@ -1,8 +1,11 @@
|
||||
'use strict';
|
||||
|
||||
import React, {
|
||||
import {
|
||||
Component
|
||||
} from 'react';
|
||||
|
||||
import {
|
||||
AppRegistry,
|
||||
Component,
|
||||
StyleSheet,
|
||||
Text,
|
||||
TouchableOpacity,
|
||||
|
@ -1,9 +1,11 @@
|
||||
'use strict';
|
||||
|
||||
import React, {
|
||||
Component
|
||||
} from 'react';
|
||||
|
||||
import {
|
||||
AlertIOS,
|
||||
AppRegistry,
|
||||
Component,
|
||||
StyleSheet,
|
||||
Text,
|
||||
TouchableOpacity,
|
||||
|
10
Video.js
10
Video.js
@ -1,14 +1,18 @@
|
||||
import React from 'react-native';
|
||||
import React from 'react';
|
||||
import ReactNative from 'react-native';
|
||||
import VideoResizeMode from './VideoResizeMode.js';
|
||||
|
||||
const {
|
||||
Component,
|
||||
PropTypes,
|
||||
} = React;
|
||||
|
||||
const {
|
||||
StyleSheet,
|
||||
requireNativeComponent,
|
||||
PropTypes,
|
||||
NativeModules,
|
||||
View,
|
||||
} = React;
|
||||
} = ReactNative;
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
base: {
|
||||
|
Loading…
Reference in New Issue
Block a user