Initial commit
parents
Showing
.babelrc
0 → 100644
.buckconfig
0 → 100644
.eslintrc
0 → 100644
.eslintrc.js
0 → 100644
.flowconfig
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.vscode/settings.json
0 → 100644
.watchmanconfig
0 → 100644
3.PNG
0 → 100644
221 Bytes
App.js
0 → 100644
android/app/BUCK
0 → 100644
android/app/build.gradle
0 → 100644
2.98 KB
4.91 KB
2.05 KB
2.79 KB
4.46 KB
6.93 KB
6.31 KB
10.4 KB
9.03 KB
15.2 KB
android/build.gradle
0 → 100644
android/gradle.properties
0 → 100644
File added
android/gradlew
0 → 100644
android/gradlew.bat
0 → 100644
android/keystores/BUCK
0 → 100644
android/settings.gradle
0 → 100644
app.json
0 → 100644
containers/aboutHRB/index.js
0 → 100644
containers/dataSync/index.js
0 → 100644
containers/home/index.js
0 → 100644
containers/home/styles.js
0 → 100644
containers/notice/index.js
0 → 100644
containers/notice/styles.js
0 → 100644
containers/setting/index.js
0 → 100644
This diff is collapsed.
containers/setting/styles.js
0 → 100644
images/bg_image_privacy.png
0 → 100644
37.7 KB
images/btn_nv_back.png
0 → 100644
142 Bytes
images/btn_nv_menu.png
0 → 100644
97 Bytes
images/btn_nv_menu@2x.png
0 → 100644
130 Bytes
images/ic_app.png
0 → 100644
10.8 KB
images/kb_arrow_next.png
0 → 100644
137 Bytes
index.js
0 → 100644
ios/jproject-tvOS/Info.plist
0 → 100644
This diff is collapsed.
ios/jproject/AppDelegate.h
0 → 100644
ios/jproject/AppDelegate.m
0 → 100644
ios/jproject/Info.plist
0 → 100644
ios/jproject/main.m
0 → 100644
ios/jprojectTests/Info.plist
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "HRB_Mobile", | |||
"version": "0.0.1", | |||
"private": true, | |||
"scripts": { | |||
"start": "node node_modules/react-native/local-cli/cli.js start --reset-cache", | |||
"start-worker": "node node_modules/react-native/local-cli/cli.js start --port 8082 --reset-cache", | |||
"bundle-android": "node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle", | |||
"bundle-worker-ios": "node node_modules/react-native/local-cli/cli.js bundle --platform ios --entry-file index.worker.js --dev false --bundle-output ./ios/worker.jsbundle", | |||
"bundle-worker-android": "node node_modules/react-native/local-cli/cli.js bundle --platform android --entry-file index.worker.js --dev false --bundle-output ./android/app/src/main/assets/index.worker.bundle", | |||
"test": "jest", | |||
"lint": "eslint --ignore-path .eslintignore --fix-dry-run src/actions/**", | |||
"react-devtools": "react-devtools", | |||
"storybook": "storybook start -p 7007", | |||
"flow start": "flow start", | |||
"flow stop": "flow stop", | |||
"flow status": "flow status", | |||
"flow coverage": "flow coverage", | |||
"log-ios": "node node_modules/react-native/local-cli/cli.js log-ios", | |||
"log-android": "node node_modules/react-native/local-cli/cli.js log-android" | |||
}, | |||
"dependencies": { | |||
"crypto-js": "^3.1.9-1", | |||
"gl-react": "^2.2.4", | |||
"gl-react-native": "^2.48.0", | |||
"google-protobuf": "^3.6.1", | |||
"immutable": "^3.8.2", | |||
"key-mirror": "^1.0.1", | |||
"lodash.assign": "^4.2.0", | |||
"lodash.clonedeep": "^4.5.0", | |||
"lunar-calendar": "^0.1.4", | |||
"moment": "^2.22.2", | |||
"prop-types": "^15.6.2", | |||
"query-string": "^6.1.0", | |||
"react": "16.5.0", | |||
"react-native": "0.57.0", | |||
"react-native-alerts": "^0.1.8", | |||
"react-native-animatable": "^1.3.0", | |||
"react-native-background-timer": "^2.0.1", | |||
"react-native-check-app-install": "0.0.4", | |||
"react-native-checkbox": "^2.0.0", | |||
"react-native-code-push": "^5.4.2", | |||
"react-native-collapsible": "^0.13.0", | |||
"react-native-console-time-polyfill": "0.0.6", | |||
"react-native-device-info": "^0.22.5", | |||
"react-native-dialogbox": "^0.6.10", | |||
"react-native-fabric": "^0.5.1", | |||
"react-native-fcm": "^14.0.0", | |||
"react-native-fetch-blob": "^0.10.8", | |||
"react-native-fs": "^2.11.15", | |||
"react-native-htmlview": "^0.13.0", | |||
"react-native-i18n": "2.0.15", | |||
"react-native-image-picker": "^0.26.10", | |||
"react-native-keyboard-aware-scroll-view": "^0.7.2", | |||
"react-native-linear-gradient": "^2.4.2", | |||
"react-native-notifications": "^1.2.0", | |||
"react-native-picker": "^4.3.7", | |||
"react-native-piwik": "git+https://cm.ylhealth.org/gitlab/20150024/react-native-piwik.git", | |||
"react-native-popup-dialog": "^0.15.0", | |||
"react-native-read-more-text": "^1.1.0", | |||
"react-native-render-html": "^3.10.0", | |||
"react-native-simple-expand": "^0.1.3", | |||
"react-native-slider": "^0.11.0", | |||
"react-native-snap-carousel": "^3.7.4", | |||
"react-native-sortable-listview": "^0.2.8", | |||
"react-native-source-maps": "^1.0.0", | |||
"react-native-sqlite-storage": "^3.3.7", | |||
"react-native-storage": "^0.2.2", | |||
"react-native-svg": "^6.5.2", | |||
"react-native-swiper": "^1.5.13", | |||
"react-native-version-check": "^3.0.0", | |||
"react-navigation": "^2.14.2", | |||
"react-navigation-redux-helpers": "^2.0.5", | |||
"react-redux": "^5.0.7", | |||
"rect-clamp": "0.0.0", | |||
"rect-crop": "0.0.0", | |||
"redux": "^4.0.0", | |||
"redux-logger": "^3.0.6", | |||
"redux-observable": "^1.0.0", | |||
"rn-apple-healthkit": "git+https://cm.ylhealth.org/gitlab/ym/rn-apple-healthkit.git", | |||
"rn-workers": "git+https://github.com/fabriciovergal/react-native-workers.git", | |||
"rxjs": "^6.3.2", | |||
"uuid": "^3.3.2", | |||
"victory": "^30.3.1", | |||
"victory-native": "30.4.0" | |||
}, | |||
"devDependencies": { | |||
"@storybook/addon-actions": "^3.4.11", | |||
"@storybook/addon-links": "^3.4.11", | |||
"@storybook/react-native": "^3.4.11", | |||
"babel-eslint": "^9.0.0", | |||
"babel-jest": "23.6.0", | |||
"eslint": "^5.6.0", | |||
"eslint-config-airbnb": "^17.1.0", | |||
"eslint-import-resolver-reactnative": "^1.0.2", | |||
"eslint-plugin-import": "^2.14.0", | |||
"eslint-plugin-jsx-a11y": "^6.1.1", | |||
"eslint-plugin-prettier": "^2.6.2", | |||
"eslint-plugin-react": "^7.11.1", | |||
"eslint-plugin-react-native": "^3.3.0", | |||
"flow-bin": "^0.81.0", | |||
"jest": "23.6.0", | |||
"jest-react-native": "18.0.0", | |||
"metro-react-native-babel-preset": "0.45.3", | |||
"prettier-eslint": "^8.8.2", | |||
"react-dom": "16.5.0", | |||
"react-test-renderer": "16.5.0", | |||
"redux-devtools-extension": "^2.13.5" | |||
}, | |||
"jest": { | |||
"preset": "react-native" | |||
} | |||
} |
src/actions/index.js
0 → 100644
This diff is collapsed.
This diff is collapsed.
test.jpg
0 → 100644
3.22 KB
typings.json
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.