Kun R
Kun R
My error message: `error: bundling failed: Error: Plugin/Preset files are not allowed to export objects, only functions. In /path/to/project/node_modules/babel-preset-react-native-stage-0/decorator-support.js` babel-preset-react-native-stage-0's code: decorator-support.js ```js module.exports = { presets: [require('babel-preset-react-native')], plugins: [...
I've downgraded to `"react-native": "0.55.0"` and it worked.
@p0zi @alextselegidis Is there any workaround I can easily send email/SMS notifications to a group of appointments? Like I want to notify all the appointments I had on tomorrow, what...
How about SMS?
I suggest the event statuses be `attendance_status`: [`registered`, `checked_in`, `finished`, `wont_come`], but I'm not sure if they are appropriate. I'm working on the pull request.
Yeah, a management list would be great. But if we want the admins to define these statuses, we have to make the input (status text) language agnosticism right? Another way...
As for the check-in process, how could we make the process easier? Maybe a button that indicates the next status?  And of course, admins may still be able to...
Do we need a way to visualize the attendance status? for example (with colorized backgrounds or dots): 
I did a pull request that finished most of the job, but I did a update from an older version, the database left unchanged (didn't update the schema). https://github.com/alextselegidis/easyappointments/pull/252. About...