This project shows you how to integrate Viafoura tools into a react native app.
- Clone project
- Run
npm install --save react@latest
in terminal - Run
npx patch-package react-native
- Go to to
ios
folder and runpod install
in terminal - Go to root project folder and execute
npx react-native start
in terminal