Quick Start
1
Install
2
Initialize
3
Show Onboarding
That’s It
Everything else—screens, navigation, animations, haptics, variables, personalization—is configured in the RampKit editor. The SDK just displays what you build.Configuration Options
API
| Method | Description |
|---|---|
RampKit.init(config) | Initialize the SDK |
RampKit.showOnboarding() | Show the onboarding |
RampKit.closeOnboarding() | Close the onboarding |
RampKit.isInitialized() | Check if ready |
RampKit.getUserId() | Get the user ID |
Platform Support
| Platform | Version |
|---|---|
| iOS | 13.0+ |
| Android | API 21+ |
| Expo SDK | 49.0.0+ |