This repository contains implementations of the Ramp Network demo app in different platforms:
- iOS (Swift)
- Android (Kotlin)
- Bottom sheet drawer with WebView
- URL input and persistence
- Gesture-based drawer interaction
The iOS implementation is located in the ios
directory. To run it:
- Open the
xcodeproj
file in Xcode - Build and run the app on your device or simulator
The Android implementation is located in the android
directory. To run it:
- Open the
android
directory in Android Studio - Build and run the app on your device or emulator
All implementations load the Ramp Network URL by default:
https://app.ramp.network/?widgetVersion=2
You can change this URL in the app and it will be saved for future sessions.