How to set app to your project
Welcome to React Native! React Native helps you build modern applications.
Here we will see how to add any app from Mpay to your own new application.
- Download zip code from Codecanyon.
- Now Extract the zip
- Now Copy src folder and paste in your created project
- Now Copy package.json folder and paste in your created project
- Now open terminal and copy below command and paste in terminal
npm i
- If you face any error while installing node modules try
npm install --legacy-peer-deps
- If above command also don't work then only try
npm install --force