Merge pull request #10 from ThomasRubini/updatedMain
This commit is contained in:
		
						commit
						8359c3ffad
					
				
							
								
								
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -61,3 +61,8 @@ yarn-error.log | |||||||
| 
 | 
 | ||||||
| # Temporary files created by Metro to check the health of the file watcher | # Temporary files created by Metro to check the health of the file watcher | ||||||
| .metro-health-check* | .metro-health-check* | ||||||
|  | 
 | ||||||
|  | package-lock.json | ||||||
|  | 
 | ||||||
|  | # expo files | ||||||
|  | .expo | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								index.js
									
									
									
									
									
								
							| @ -6,4 +6,4 @@ import {AppRegistry} from 'react-native'; | |||||||
| import App from './App'; | import App from './App'; | ||||||
| import {name as appName} from './app.json'; | import {name as appName} from './app.json'; | ||||||
| 
 | 
 | ||||||
| AppRegistry.registerComponent(appName, () => App); | Platform.OS === 'ios' ? AppRegistry.registerComponent('main', () => App) : AppRegistry.registerComponent(appName, () => App); | ||||||
							
								
								
									
										26464
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										26464
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -11,6 +11,8 @@ | |||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "axios": "^1.3.4", |     "axios": "^1.3.4", | ||||||
|  |     "expo": "^48.0.9", | ||||||
|  |     "expo-cli": "^6.3.2", | ||||||
|     "react": "18.2.0", |     "react": "18.2.0", | ||||||
|     "react-native": "0.71.4" |     "react-native": "0.71.4" | ||||||
|   }, |   }, | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user