How to use redux form in react native

In this article we will learn how to use redux form in react native. 

First of all, we will install redux and react-redux in your react native project. then we will run a command to install react-form.





so let's start:


learn here how to install react native project.


Install redux and react-redux.

open your terminal and run a command:
npm install redux react-redux --save

Install redux form

npm install --save redux-form

Run your react native application on IOS emulator :

react-native run-ios

Run your react native application on Android emulator :

react-native run-android