Suprnovae / abc-totaal-notitieblok

1 stars 0 forks source link

Setup/new record form #13

Open vidbina opened 8 years ago

vidbina commented 8 years ago

Started of the basics for #5

vidbina commented 8 years ago

@AlinaChernenko it's looking good 👍 . Please set up the datepicker to slide below the input just like the it does in the iOS Calendar app.

out

AlinaChernenko commented 8 years ago

@vidbina added accordion in b060b6a commit.

vidbina commented 8 years ago

Oh try to stick to the code style npm run style or npm run fix-style. I'll test it after waking up 😴

AlinaChernenko commented 8 years ago

@vidbina Yeah, I always do it, and now I am getting just one wierd error: abc-totaal-notitieblok/components/RecordFormViewAndroid.js 34:9 error Parsing error: Unexpected token showDatePicker

✖ 1 problem (1 error, 0 warnings)

Is there anything else?

vidbina commented 8 years ago

Can you show me line 34? It's probably the async keyword which is not valid es6, but es7. On May 19, 2016 6:45 AM, "AlinaChernenko" notifications@github.com wrote:

Yeah, I always do it, and now I am getting just one wierd error: abc-totaal-notitieblok/components/RecordFormViewAndroid.js 34:9 error Parsing error: Unexpected token showDatePicker

✖ 1 problem (1 error, 0 warnings)

Is there anything else?

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/Suprnovae/abc-totaal-notitieblok/pull/13#issuecomment-220226555

AlinaChernenko commented 8 years ago

line 34 is: async showDatePicker(stateKey, options) { if I remove it, app complains about 'await' word and after removing that word the Picker stops working.