Matthias Schmidt
Matthias Schmidt
`Snowboard` is no longer maintained as well. Any alternative out there?
Ah yeah I see. Thanks. Half way there. However, this confuses the automatic keyboard next/done-button handling. I'm trying to understand how to customise the keyboard behaviour.
Yeah no hurry :) Already great to get such a quick response here. Thanks a ton. I'm currently trying to adjust `returnKeyType` myself but doesn't seem to work since merlinProps...
Absolutely. Custom Inputs could benefit from this but regular forms as well. I for example have a form I do not want to submit right after filling all the fields....
I was able to get good results by just using `marginHorizontal: 15` on `TableView` and a few modifications to `Section`: ```jsx ... ```
I'd also prefer a migration to JSON. However there doesn't seem to be a clear path yet besides removing the whole audited history.
Seeing the same. There is an issue with iOS 14 only. Maybe 13 and older as well? There are still people with iOS 14 out there. I played with the...
The merged PR doesn't seem to take care of iOS. So this is only working in the JS implementation, right?
Here is how I look into the Heroku router in real time: ```sh heroku logs -t -d router | goaccess --log-format='%dT%t.%^ %v: %^ method=%m path="%U" %^ %^ fwd="~h{,}" %^ %^...