fixed
This commit is contained in:
		
							parent
							
								
									64a949b9ff
								
							
						
					
					
						commit
						b724de2356
					
				
							
								
								
									
										3
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								index.js
									
									
									
									
									
								
							| @ -6,4 +6,5 @@ import {AppRegistry} from 'react-native'; | |||||||
| import App from './src/App'; | import App from './src/App'; | ||||||
| import {name as appName} from './app.json'; | import {name as appName} from './app.json'; | ||||||
| 
 | 
 | ||||||
| Platform.OS === 'ios' ? AppRegistry.registerComponent('main', () => App) : AppRegistry.registerComponent(appName, () => App); | AppRegistry.registerComponent('main', () => App); | ||||||
|  | AppRegistry.registerComponent(appName, () => App); | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user