Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
econnerty committed Mar 2, 2023
1 parent c38a626 commit 046d838
Show file tree
Hide file tree
Showing 3 changed files with 8,066 additions and 8,144 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"@react-native-community/datetimepicker": "^6.7.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^9.3.7",
"@react-native-firebase/app": "^16.4.3",
"@react-native-firebase/auth": "^16.4.3",
"@react-native-firebase/database": "^16.4.3",
"@react-native-firebase/firestore": "^16.4.6",
"@react-native-firebase/functions": "^16.4.6",
"@react-native-firebase/messaging": "^16.4.6",
"@react-native-firebase/storage": "^16.4.4",
"@react-native-firebase/app": "^17.3.1",
"@react-native-firebase/auth": "^17.3.1",
"@react-native-firebase/database": "^17.3.1",
"@react-native-firebase/firestore": "^17.3.1",
"@react-native-firebase/functions": "^17.3.1",
"@react-native-firebase/messaging": "^17.3.1",
"@react-native-firebase/storage": "^17.3.1",
"@react-navigation/drawer": "^6.5.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
Expand All @@ -41,7 +41,6 @@
"@types/react-dom": "^18.0.9",
"cheerio": "^1.0.0-rc.12",
"moment": "^2.29.4",
"parse": "^3.5.1",
"react": "18.2.0",
"react-freeze": "^1.0.3",
"react-native": "0.70.5",
Expand All @@ -59,7 +58,7 @@
"react-native-get-random-values": "^1.8.0",
"react-native-haptic-feedback": "^1.14.0",
"react-native-image-crop-picker": "^0.39.0",
"react-native-image-picker": "^4.10.1",
"react-native-image-picker": "^5.1.0",
"react-native-image-resizer": "^1.4.5",
"react-native-image-viewer": "^0.0.3",
"react-native-image-viewing": "^0.2.2",
Expand Down
8 changes: 4 additions & 4 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { SafeAreaProvider } from 'react-native-safe-area-context';


import AsyncStorage from '@react-native-async-storage/async-storage';
import Parse from 'parse/react-native';
//import Parse from 'parse/react-native';
import type { DeepPartial, Theme } from 'stream-chat-react-native';
import { TouchableOpacity,Text } from 'react-native';
import {enableLatestRenderer} from 'react-native-maps';
Expand Down Expand Up @@ -63,9 +63,9 @@ export default function App() {
};

//initialitize parse for handling user verification
Parse.setAsyncStorage(AsyncStorage);
Parse.initialize('PRySkWPWEvW5AtgEPe0E9SZsvdG4zD7UUFh5eupR','Jh3wogXir5FhuLjBlGHl74amYu7VwbOG17n2McqU');
Parse.serverURL = 'https://parseapi.back4app.com/';
//Parse.setAsyncStorage(AsyncStorage);
//Parse.initialize('PRySkWPWEvW5AtgEPe0E9SZsvdG4zD7UUFh5eupR','Jh3wogXir5FhuLjBlGHl74amYu7VwbOG17n2McqU');
//Parse.serverURL = 'https://parseapi.back4app.com/';
//gloval user variable
const [bio, setBio] = useState('');
const [email, setEmail] = useState('');
Expand Down
Loading

0 comments on commit 046d838

Please sign in to comment.