Expo/React Native
This guide will help you integrate SwapKit into your React Native or Expo application.
Installation
Section titled “Installation”Install SwapKit and its dependencies:
bun add @swapkit/sdk
pnpm add @swapkit/sdk
npm install @swapkit/sdk
yarn add @swapkit/sdk
expo install @swapkit/sdk
Project Setup
Section titled “Project Setup”TODO: Expo app
Section titled “TODO: Expo app”Next Steps
Section titled “Next Steps”While we work on complete React Native support:
- Join the Community: Get updates and share feedback in our Discord
- Follow Development: Track progress on GitHub
- Web Alternative: Consider using SwapKit in a mobile-optimized web app as an interim solution
Contributing
Section titled “Contributing”We welcome contributions to improve React Native support! If you have experience with React Native and crypto libraries, please consider:
- Testing the current implementation
- Reporting issues and edge cases
- Submitting pull requests with improvements
- Sharing your integration experiences
Check our contribution guidelines for more information.