This is an Expo project pre-configured with Uniwind for styling and Solana libraries.
- Expo
- Uniwind (Tailwind CSS for React Native)
- @solana/kit
- @wallet-ui/react-native-kit
-
Install dependencies
npm install
-
Start the app
This starts Metro and installs/opens the Android development client.
npm run androidFor web development (separate Metro instance on port 8082):
npm run webIn the output, you'll find options to open the app in a:
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.
To learn more about developing your project with Expo, look at the following resources:
- Expo documentation: Learn fundamentals, or go into advanced topics with our guides.
- Uniwind documentation: Learn how to style your app with Tailwind CSS.
- Solana documentation: Learn how to build on Solana.