Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styling user profile #70

Open
wants to merge 10 commits into
base: native-development
Choose a base branch
from
2,628 changes: 9 additions & 2,619 deletions backend/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion native/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Messages } from '../screens/Messages';
import { Roulette } from '../screens/Roulette';
import { Settings } from '../screens/Settings';
import { UserDashboard } from '../screens/UserDashboard';
import { UserProfile } from '../screens/UserProfile';
import { UserProfile } from '../screens/UserProfile/UserProfile';

//Screen names
const messages = 'Messages';
Expand Down
21,260 changes: 6,758 additions & 14,502 deletions native/package-lock.json

Large diffs are not rendered by default.

34 changes: 19 additions & 15 deletions native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,37 @@
"web": "expo start --web"
},
"dependencies": {
"@react-native-picker/picker": "2.2.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-picker/picker": "2.4.0",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/drawer": "^6.3.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.5.0",
"@react-navigation/stack": "^6.2.1",
"@reduxjs/toolkit": "^1.8.0",
"axios": "^0.26.1",
"expo": "~44.0.2",
"expo-secure-store": "~11.1.0",
"expo-splash-screen": "~0.14.1",
"expo-status-bar": "~1.2.0",
"dotenv": "^16.0.1",
"expo": "~45.0.0",
"expo-constants": "~13.1.1",
"expo-secure-store": "~11.2.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"firebase": "^9.6.11",
"html-react-parser": "^1.4.8",
"jwt-decode": "^3.1.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-native": "0.64.3",
"react-native-gesture-handler": "~2.1.0",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native": "0.68.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-gifted-chat": "^0.16.3",
"react-native-reanimated": "~2.8.0",
"react-native-screens": "~3.11.1",
"react-native-uuid": "^2.0.1",
"react-native-web": "0.17.1",
"react-native-web": "0.17.7",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.2",
"redux-persist": "^6.0.0"
"redux-persist": "^6.0.0",
"react-native-safe-area-context": "4.2.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand Down
234 changes: 0 additions & 234 deletions native/screens/UserProfile.jsx

This file was deleted.

Loading