UNPKG

react-native-paypal-module

Version:

A wrapper for the paypal sdk for both android and ios.

7 lines (3 loc) 110 B
import { NativeModules } from 'react-native'; const { RNPaypal } = NativeModules; export default RNPaypal;