Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Setup guide
npx expo install rampkit-expo-dev react-native-webview react-native-pager-view react-native-root-siblings
import { RampKit } from "rampkit-expo-dev"; await RampKit.init({ appId: "YOUR_APP_ID", onOnboardingFinished: () => { navigation.replace("Home"); }, });
RampKit.showOnboarding();