Installation
If you’re using the React Native CLI (not Expo), run
pod install in your ios/ directory afterwards to link the WebView.Usage
1. PayracleClient
Use PayracleClient to call the Payracle REST API directly — generating a virtual account or initiating a checkout.
2. <PayracleCheckout /> component
To securely process a checkout inside your app, render <PayracleCheckout />. It opens a full-screen modal that loads the secure Payracle checkout flow in a WebView.