Initial commit
parents
Showing
README.md
0 → 100644
__tests__/App.js
0 → 100644
android/app/BUCK
0 → 100644
android/app/build.gradle
0 → 100644
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
134 Bytes
100 Bytes
134 Bytes
167 Bytes
207 Bytes
3.34 KB
2.15 KB
4.73 KB
7.54 KB
android/build.gradle
0 → 100644
android/gradle.properties
0 → 100644
File added
android/gradlew
0 → 100755
android/gradlew.bat
0 → 100644
android/keystores/BUCK
0 → 100644
android/settings.gradle
0 → 100644
app.json
0 → 100644
index.js
0 → 100644
ios/PillMinder/AppDelegate.h
0 → 100644
ios/PillMinder/AppDelegate.m
0 → 100644
ios/PillMinder/Info.plist
0 → 100644
ios/PillMinder/main.m
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
{ | ||
"name": "PillMinder", | ||
"version": "0.0.1", | ||
"private": true, | ||
"scripts": { | ||
"start": "node node_modules/react-native/local-cli/cli.js start", | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"native-base": "^2.3.3", | ||
"react": "16.0.0", | ||
"react-native": "0.50.3", | ||
"react-native-camera": "^0.12.0", | ||
"react-native-firebase": "^3.1.0", | ||
"react-native-google-signin": "^0.12.0", | ||
"react-native-modal-datetime-picker": "^4.13.0", | ||
"react-native-push-notification": "^3.0.2", | ||
"react-native-vector-icons": "^4.4.2", | ||
"react-navigation": "^1.0.0-beta.19", | ||
"react-redux": "^5.0.6", | ||
"realm": "^2.1.1", | ||
"redux": "^3.7.2" | ||
}, | ||
"devDependencies": { | ||
"babel-jest": "21.2.0", | ||
"babel-preset-react-native": "4.0.0", | ||
"jest": "21.2.1", | ||
"prop-types": "^15.6.0", | ||
"react-dom": "16.0.0", | ||
"react-test-renderer": "16.0.0" | ||
}, | ||
"jest": { | ||
"preset": "react-native" | ||
} | ||
} |
public/images/logo.png
0 → 100644
28 KB
src/App.js
0 → 100644
src/components/Header.js
0 → 100644
src/components/MedForm.js
0 → 100644
src/configureStore.js
0 → 100644
src/reducers/index.js
0 → 100644
src/screens/CameraScreen.js
0 → 100644
src/screens/HomeScreen.js
0 → 100644
src/screens/MainScreen.js
0 → 100644
src/screens/SignInScreen.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.