Initial commit
parents
Showing
.expo-shared/assets.json
0 → 100644
.gitignore
0 → 100644
.prettierrc
0 → 100644
.watchmanconfig
0 → 100644
App.js
0 → 100644
app.json
0 → 100644
babel.config.js
0 → 100644
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", | ||
"test": "jest --watchAll" | ||
}, | ||
"jest": { | ||
"preset": "jest-expo" | ||
}, | ||
"dependencies": { | ||
"@expo/samples": "~3.0.0", | ||
"@expo/vector-icons": "^10.0.1", | ||
"expo": "^33.0.0", | ||
"expo-asset": "^5.0.0", | ||
"expo-constants": "^5.0.0", | ||
"expo-font": "^5.0.0", | ||
"expo-linear-gradient": "~5.0.1", | ||
"expo-web-browser": "^5.0.0", | ||
"native-base": "^2.1.1", | ||
"react": "^16.8.3", | ||
"react-dom": "^16.8.6", | ||
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz", | ||
"react-native-animatable": "^1.3.2", | ||
"react-native-elements": "^1.1.0", | ||
"react-native-gesture-handler": "^1.2.1", | ||
"react-native-router-flux": "^3.38.0", | ||
"react-native-vector-icons": "^6.5.0", | ||
"react-native-web": "^0.11.4", | ||
"react-navigation": "^3.11.0", | ||
"react-navigation-redux-helpers": "^3.0.2", | ||
"react-redux": "^5.0.3", | ||
"redux": "^3.6.0", | ||
"redux-thunk": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^10.0.2", | ||
"babel-preset-expo": "^5.1.0", | ||
"jest-expo": "^33.0.0" | ||
}, | ||
"private": true | ||
} |
src/assets/fonts/SpaceMono-Regular.ttf
0 → 100755
File added
src/assets/images/icon.png
0 → 100644
699 Bytes
src/assets/images/robot-dev.png
0 → 100644
4.93 KB
src/assets/images/robot-prod.png
0 → 100644
4.65 KB
src/assets/images/splash.png
0 → 100644
6.31 KB
src/components/layout/Layout.js
0 → 100644
src/constants/Colors.js
0 → 100644
src/constants/Layout.js
0 → 100644
src/navigation/AppRouter.js
0 → 100644
src/screens/private/pageOne.js
0 → 100644
src/screens/private/pageTwo.js
0 → 100644
src/store/actions/index.js
0 → 100644
src/store/index.js
0 → 100644
src/store/reducers/countReducer.js
0 → 100644
src/store/reducers/index.js
0 → 100644
src/store/reducers/routes.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment