Skip to content

React Native (Expo) application using Mangopay API

Notifications You must be signed in to change notification settings

maxgfr/expo-mangopay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

expo-mangopay

It is a react-native / expo application which uses Mangopay API.

You can :

  • Create a customer
  • Create a wallet
  • Add a bank account
  • Add a card
  • Create a direct pay-in
  • Make a refund
  • Realize a transfer between two users
  • Make a transfer refund
  • Add document for KYC validation
  • Make a payout

To run server

npm install -g nodemon
cd back-end
mv .env.example .env # and set your own credentials
npm install
npm start

To run react-native application

npm install -g expo-cli
cd front-end
npm install
expo start

Screenshot

Releases

No releases published

Packages

No packages published