react-redux-form
react-redux-form copied to clipboard
Does this library work on RN Android?
It is mentioned in docs that it works with all RN iOS form controls, but what about Android?
Thank you!
I don't think so yet, but it would be very simple to copy src/native.js
and adapt it for Android controls. Want to do a PR? 😄
Yes, I will try to check this as soon as I have a bit of free time!
Any luck @rtkhanas ?
In the mean time, I'll give it a shot @davidkpiano ... Once you go RRF, you never go back :smile:
I'm not using this project yet, so had no chance to look at this issue. 😢
Thanks @januszdotnl ! It should be pretty straightforward - the implementation is very similar to React Native (iOS).
@januszdotnl hey have you done any work on this? I'm thinking on giving it a try to open a PR! 😄
@TheMightyPenguin did you open a PR in the end? :)
@Jahans3 feel free to tackle this if you know how it'd be done 😉
@davidkpiano submitted a PR :-)