@paysafe/paysafe-venmo
v1.2.0
Published
venmo integration
Readme
React Native Paysafe Venmo
Overview
The paysafe-venmo package is part of the Paysafe PH mobile react native SDK.
It provides a React Native integration for Venmo using Paysafe mobile SDK.
It allows developers to easily implement Venmo functionality in their React Native applications.
Current Version: 1.1.2
Installation
To install the package, run the following command:
npm install @paysafe/paysafe-venmo@current-versioniOS Setup
Ensure you have CocoaPods installed. If not, install it using:
sudo gem install cocoapodsNavigate to the
iosdirectory of your project and run:pod installAdd the necessary capabilities for Venmo in your Xcode project.
Android Setup
Install Java Development Kit (JDK)
- Use Java 17 (for React Native 0.73+) or Java 11 for older versions.
- Verify installation:
java -version
Install Android Studio
- Download from developer.android.com/studio.
- Open Android Studio → SDK Manager and install:
- Android SDK Platform (latest stable, e.g., API 34 or 33)
- Android SDK Build-Tools
- Android SDK Command-line Tools
- (Optional) Android Emulator
Set Environment Variables
- Add to your shell config (
~/.zshrcor~/.bashrcon macOS/Linux):export ANDROID_HOME=$HOME/Library/Android/sdk export PATH=$PATH:$ANDROID_HOME/emulator export PATH=$PATH:$ANDROID_HOME/platform-tools - On Windows, set
ANDROID_HOMEin System Environment Variables.
- Add to your shell config (
Connect a Device or Emulator
- Enable USB debugging on a physical device (Developer Options).
- Or create a virtual device in Android Studio → Device Manager.
Usage
To use the package in your React Native application, import it as follows:
import * as Venmo from '@paysafe/paysafe-venmo';Documentation
For more information on getting started with the Venmo package of Paysafe PH mobile react native SDK, please refer to the following link:
