Medication scheduler build on React Native
$ git clone https://github.com/bohdanbirdie/e-prescription.git
$ cd e-prescription
$ npm install && npm link
$ react-native run-ios
or open ePrescription.xcodeproj from ios
folder, select debug schema and run it.
-
React Native CLI
$ npm install -g react-native-cli
-
Imagemagick
$ brew install imagemagick
-
Yeoman
$ npm install -g yo
Open ePrescription.xcodeproj from ios
folder, select debug or release schema (Product -> Schema) and run app build.
- Add registration via QR code
- Cleanup all styles
- Animate course application
- Lock scroll on
medicine list
page when user is swiping course item - Write tests
- Add ability to modify submission hours for drugs
- Fix submission list date formar from
HH-MM-ss
toHH:MM:ss
Under development
Go to project folder, then run $ npm run build:ios
, this will create new main.jsbundle
for your app.
Open ePrescription.xcodeproj from ios
folder, select release schema and connected device, run app build.
Any contributing is well appreciated, please - run eslint
before PR, pre-commit hook is coming soon.
We use SemVer for versioning.
- Bohdan Ptyts - Initial work - bohdanbirdie
See also the list of contributors who participated in this project.
- Thanks to Bohdan Yemets for design help
- Thanks to Roman Rodomansky for idea