Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 856 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 856 Bytes

OpenPix React Native Integration Example

Pix Example Using the OpenPix Platform. OpenPix Developers

Basic OpenPix React Native Integration Example

Before QRCode BRCode EMV QRCode

Setup

Generate a App ID in your OpenPix Account

Create a .env file with the following data

APP_ID=<your app id>

How it works?

This code uses @openpix/react package to generate a new charge and check when the charge is paid

How to run on Android

yarn android

How to run on iOS

  • install pods
npx pod-install
  • run ios
yarn ios