Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 828 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 828 Bytes

OpenPix Expo Integration Example

Pix Example Using the OpenPix Platform. OpenPix Developers

Basic OpenPix Expo 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

yarn ios

How to run on Web

yarn web