update
Showing
.expo-shared/assets.json
0 → 100644
.gitignore
0 → 100644
App.js
0 → 100644
App1.js
0 → 100644
App2.js
0 → 100644
app.json
0 → 100644
assets/adaptive-icon.png
0 → 100644
17.1 KB
assets/favicon.png
0 → 100644
1.43 KB
assets/icon.png
0 → 100644
21.9 KB
assets/splash.png
0 → 100644
47.3 KB
babel.config.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
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": { | ||
"@react-native-community/masked-view": "^0.1.10", | ||
"@react-navigation/bottom-tabs": "^5.11.3", | ||
"@react-navigation/material-top-tabs": "^5.3.11", | ||
"@react-navigation/native": "^5.9.0", | ||
"@react-navigation/stack": "^5.13.0", | ||
"axios": "^0.21.1", | ||
"expo": "~40.0.0", | ||
"expo-status-bar": "~1.0.3", | ||
"react": "16.13.1", | ||
"react-dom": "16.13.1", | ||
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz", | ||
"react-native-display": "^1.0.8", | ||
"react-native-elements": "^3.1.0", | ||
"react-native-gesture-handler": "^1.9.0", | ||
"react-native-indicator": "^1.2.2", | ||
"react-native-reanimated": "^1.13.2", | ||
"react-native-safe-area-context": "^3.1.9", | ||
"react-native-screens": "^2.15.2", | ||
"react-native-send-intent": "^1.2.2", | ||
"react-native-shadow-cards": "^1.0.2", | ||
"react-native-simple-card": "^1.0.1", | ||
"react-native-svg": "^12.1.0", | ||
"react-native-tab-view": "^2.15.2", | ||
"react-native-web": "~0.13.12", | ||
"react-navigation": "^4.4.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "~7.9.0" | ||
}, | ||
"private": true | ||
} |