| 
				
			 | 
			
			
				@@ -8,17 +8,10 @@ 
			 | 
		
	
		
			
			| 
				8
			 | 
			
				8
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				9
			 | 
			
				9
			 | 
			
			
				 import React, {Component} from 'react'; 
			 | 
		
	
		
			
			| 
				10
			 | 
			
				10
			 | 
			
			
				 import { 
			 | 
		
	
		
			
			| 
				11
			 | 
			
				
			 | 
			
			
				-  Platform, StyleSheet, Text, View, TouchableOpacity, TextInput 
			 | 
		
	
		
			
			| 
				
			 | 
			
				11
			 | 
			
			
				+  StyleSheet, Text, View, TouchableOpacity, TextInput 
			 | 
		
	
		
			
			| 
				12
			 | 
			
				12
			 | 
			
			
				 } from 'react-native'; 
			 | 
		
	
		
			
			| 
				13
			 | 
			
				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
			 | 
			
				15
			 | 
			
			
				 const styles = StyleSheet.create({ 
			 | 
		
	
		
			
			| 
				23
			 | 
			
				16
			 | 
			
			
				   container: { 
			 | 
		
	
		
			
			| 
				24
			 | 
			
				17
			 | 
			
			
				     flex: 1, 
			 |