Skip to content

Commit

Permalink
fixed profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ukyl committed May 14, 2023
1 parent abdbae3 commit b9de361
Show file tree
Hide file tree
Showing 8 changed files with 1,102 additions and 322 deletions.
3 changes: 3 additions & 0 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { ThemeProvider } from "react-native-elements";
import "@config/firebase";
import RootNavigation from "@navigation/index";
import { NavigationContainer } from "@react-navigation/native";
import { LogBox } from 'react-native';
LogBox.ignoreLogs(['Warning: ...']); // Ignore log notification by message
LogBox.ignoreAllLogs();//Ignore all log notifications

export default function App() {
return (
Expand Down
253 changes: 253 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"expo-constants": "~14.0.2",
"expo-firebase-recaptcha": "~2.3.1",
"expo-font": "~11.0.1",
"expo-linear-gradient": "^12.1.2",
"expo-status-bar": "~1.4.2",
"firebase": "^9.22.0",
"nativewind": "^2.0.11",
Expand All @@ -38,6 +39,7 @@
"react-native-haptic-feedback": "^1.14.0",
"react-native-modal": "^13.0.1",
"react-native-pager-view": "6.0.1",
"react-native-pie-chart": "^3.0.0",
"react-native-progress": "^5.0.0",
"react-native-safe-area-context": "4.4.1",
"react-native-settings-components": "^0.0.2",
Expand Down
Loading

0 comments on commit b9de361

Please sign in to comment.