-
- Downloads
initialize
Showing
- App.tsx 14 additions, 18 deletionsApp.tsx
- FirebaseConfig.ts 18 additions, 0 deletionsFirebaseConfig.ts
- app/screens/List.tsx 160 additions, 0 deletionsapp/screens/List.tsx
- metro.config.js 7 additions, 0 deletionsmetro.config.js
- package-lock.json 1342 additions, 5 deletionspackage-lock.json
- package.json 11 additions, 1 deletionpackage.json
- readme.md 1 addition, 0 deletionsreadme.md
FirebaseConfig.ts
0 → 100644
app/screens/List.tsx
0 → 100644
metro.config.js
0 → 100644
This diff is collapsed.
... | ... | @@ -9,14 +9,24 @@ |
"web": "expo start --web" | ||
}, | ||
"dependencies": { | ||
"@expo/metro-runtime": "~4.0.0", | ||
"@react-navigation/native": "^7.0.8", | ||
"@react-navigation/native-stack": "^7.1.9", | ||
"expo": "~52.0.11", | ||
"expo-status-bar": "~2.0.0", | ||
"firebase": "^11.0.2", | ||
"react": "18.3.1", | ||
"react-native": "0.76.3" | ||
"react-dom": "18.3.1", | ||
"react-native": "0.76.3", | ||
"react-native-safe-area-context": "4.12.0", | ||
"react-native-screens": "~4.1.0", | ||
"react-native-vector-icons": "^10.2.0", | ||
"react-native-web": "~0.19.13" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.25.2", | ||
"@types/react": "~18.3.12", | ||
"@types/react-native-vector-icons": "^6.4.18", | ||
"typescript": "^5.3.3" | ||
}, | ||
"private": true | ||
... | ... |
readme.md
0 → 100644
Please register or sign in to comment