- Downloads
setup signup
Showing
- package-lock.json 12 additions, 0 deletionspackage-lock.json
- package.json 2 additions, 0 deletionspackage.json
- screens/ScreenNavigator.js 2 additions, 2 deletionsscreens/ScreenNavigator.js
- screens/auth/Signup.js 39 additions, 13 deletionsscreens/auth/Signup.js
- screens/cat-sitter/CatsitterHome.js 4 additions, 3 deletionsscreens/cat-sitter/CatsitterHome.js
- screens/cat-sitter/CatsitterSetting.js 67 additions, 4 deletionsscreens/cat-sitter/CatsitterSetting.js
| ... | @@ -23,11 +23,13 @@ | ... | @@ -23,11 +23,13 @@ |
| "expo-constants": "~14.2.1", | "expo-constants": "~14.2.1", | ||
| "expo-status-bar": "~1.4.4", | "expo-status-bar": "~1.4.4", | ||
| "firebase": "^9.9.3", | "firebase": "^9.9.3", | ||
| "radio-buttons-react-native": "^1.0.4", | |||
| "react": "18.2.0", | "react": "18.2.0", | ||
| "react-dom": "18.2.0", | "react-dom": "18.2.0", | ||
| "react-native": "0.71.14", | "react-native": "0.71.14", | ||
| "react-native-gesture-handler": "~2.9.0", | "react-native-gesture-handler": "~2.9.0", | ||
| "react-native-gifted-chat": "^2.4.0", | "react-native-gifted-chat": "^2.4.0", | ||
| "react-native-radio-buttons-group": "^3.0.5", | |||
| "react-native-safe-area-context": "4.5.0", | "react-native-safe-area-context": "4.5.0", | ||
| "react-native-screens": "~3.20.0", | "react-native-screens": "~3.20.0", | ||
| "react-native-web": "~0.18.10", | "react-native-web": "~0.18.10", | ||
| ... | ... | ||
| ... | ... |
Please sign in to comment