React Native
Integrate Meso into a mobile application using React Native
To get started with the Meso, you will need a Meso Partner ID which you can request here.
Meso does not yet offer an official library for React Native. However, an example implementation can be found on Github. This example demonstrates rendering Meso’s transfer experience inside of a react-native-webview.
If you have questions contact mailto:support@meso.network.
Requirements
To use Meso, you must have a partnerId
which you can request here.
Usage
You can initialize the transfer experience by rendering the MesoTransfer
component:
This will render the Meso experience into a WebView into your application. To exit/remove the Meso experience, simply remove it from your component hierarchy.
Reference
The full reference for the configuration options can be found in the meso-js docs.
Testing
See details on environments and testing here.