Install
- react-native 0.70+
- Node.js 16+
- Android Min SDK 21
- iOS 14.0+
Initialize
Initialize the SDK as early as possible in your application, typically inApp.tsx.
Basic payment flow (Full Checkout)
The simplest integration uses theYunoPaymentMethods component to display available payment methods and startPayment to process the transaction.
Integration options
Choose the integration level that best fits your needs:Lite SDK
Control the payment method selection UI while Yuno handles the payment process.
Headless SDK
Build a completely custom UI and handle the payment flow manually.
Enrollment
Allow customers to save their payment methods for future use.
Styling
Customize the appearance of the SDK components to match your brand.
Next steps
- Check out the Code Examples for common scenarios.
- Learn about Advanced Features like deep linking and performance.