Back to Redux Form

Does `redux-form` work with React Native?

docs/faq/ReactNative.md

8.3.10434 B
Original Source

Does redux-form work with React Native?

Yes, it does!
Most of Redux Form will work just fine.

However, there are some minor differences very well detailed by @esbenp in his blog post Simple React Native forms with redux-form, immutable.js and styled-components.
We highly recommend you to follow it.