Ramp Network React Native SDK
npm install @ramp-network/react-native-sdk
import RampSdk from '@ramp-network/react-native-sdk';
const ramp = new RampSdk({
hostAppName: 'React Native Example',
hostLogoUrl: 'https://rampnetwork.github.io/assets/misc/test-logo.png',
deepLinkScheme: 'ramprndemo',
});
Docs for the SDK package can be found here - https://docs.ramp.network/mobile/react-native-sdk.
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT