소스 검색

remove unused code

matrixbirds 6 년 전
부모
커밋
5d65b41ed8
1개의 변경된 파일1개의 추가작업 그리고 8개의 파일을 삭제
  1. 1
    8
      samples/simpleDemo/App.js

+ 1
- 8
samples/simpleDemo/App.js 파일 보기

8
 
8
 
9
 import React, {Component} from 'react';
9
 import React, {Component} from 'react';
10
 import {
10
 import {
11
-  Platform, StyleSheet, Text, View, TouchableOpacity, TextInput
11
+  StyleSheet, Text, View, TouchableOpacity, TextInput
12
 } from 'react-native';
12
 } from 'react-native';
13
 import AgoraRTCView from './components/agora';
13
 import AgoraRTCView from './components/agora';
14
 
14
 
15
-const instructions = Platform.select({
16
-  ios: 'Press Cmd+R to reload,\n' + 'Cmd+D or shake for dev menu',
17
-  android:
18
-    'Double tap R on your keyboard to reload,\n' +
19
-    'Shake or press menu button for dev menu',
20
-});
21
-
22
 const styles = StyleSheet.create({
15
 const styles = StyleSheet.create({
23
   container: {
16
   container: {
24
     flex: 1,
17
     flex: 1,