Skip to content

RambokDev/paystack-react-native

Repository files navigation

Contributors LinkedIn


Logo

Paystack React Native

PoC that demonstrates the usage of Paystack SDK.


Getting Started

This is an example of how you can use the Paystack SDK with React Native and Expo.

Prerequisites

First, install npm on your computer.

npm install npm@latest -g

Installation

Follow this different steps in order to reproduce the demonstration

  1. Clone the repository
    git clone https://github.com/RambokDev/stripe-tap-to-pay-react-native.git
  2. Install NPM packages
    npm install
  3. Enter your API url in app.config.ts
    apiUrl: process.env.API_URL ?? 'https://your-api-url/'

(back to top)

Usage

1. Pre-build

npx expo prebuild

3. Build your app :

With expo services

 eas build -p android --profile preview  

Locally

 eas build -p android --profile preview --local 

(back to top)

About

POC paystack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published