inital commit
Showing
.expo-shared/assets.json
0 → 100644
.gitignore
0 → 100644
.vscode/settings.json
0 → 100644
App.js
0 → 100644
app.json
0 → 100644
assets/adaptive-icon.png
0 → 100644
49 KB
assets/favicon.png
0 → 100644
1.43 KB
assets/icon.png
0 → 100644
302 KB
assets/splash.png
0 → 100644
158 KB
babel.config.js
0 → 100644
components/CustomListItem.js
0 → 100644
components/video.js
0 → 100644
firebase.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"main": "node_modules/expo/AppEntry.js", | ||
"scripts": { | ||
"start": "expo start", | ||
"android": "expo start --android", | ||
"ios": "expo start --ios", | ||
"web": "expo start --web", | ||
"eject": "expo eject" | ||
}, | ||
"dependencies": { | ||
"@firebase/auth": "^0.19.3", | ||
"@firebase/database": "^0.12.4", | ||
"@react-native-community/masked-view": "0.1.10", | ||
"@react-navigation/native": "^5.9.4", | ||
"@react-navigation/stack": "^5.14.5", | ||
"axios": "^0.24.0", | ||
"expo": "~42.0.1", | ||
"expo-av": "^10.1.3", | ||
"expo-camera": "^12.0.3", | ||
"expo-status-bar": "~1.0.4", | ||
"firebase": "8.2.3", | ||
"react": "16.13.1", | ||
"react-dom": "16.13.1", | ||
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz", | ||
"react-native-elements": "^3.4.2", | ||
"react-native-gesture-handler": "~1.10.2", | ||
"react-native-reanimated": "~2.2.0", | ||
"react-native-safe-area-context": "3.2.0", | ||
"react-native-screens": "~3.4.0", | ||
"react-native-web": "~0.13.12", | ||
"react-toast-notifications": "^2.5.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.9.0" | ||
}, | ||
"private": true | ||
} |
screen/AddChatScreen.js
0 → 100644
screen/ChatScreen.js
0 → 100644
screen/HomeScreen.js
0 → 100644
screen/LoginScreen.js
0 → 100644
screen/RegisterScreen.js
0 → 100644
21.2 KB
yarn.lock
0 → 100644
This diff is collapsed.