Official Solana Mobile templates for the create-solana-dapp CLI.
Run the create-solana-dapp command and use the interactive prompts to create a new project.
Provide the -t <template-name> option to use a specific template, use --help to see all the options.
# npm
npm create solana-dapp@latest [-t <template-name>]
# pnpm
pnpm create solana-dapp@latest [-t <template-name>]
# yarn
yarn create-solana-dapp [-t <template-name>]Solana Mobile Templates
gh:solana-developers/solana-mobile-templates/templates/web3js-expo
A template for building a Solana mobile app with Expo and React Native.
expo mobile-wallet-adapter react-native solana-web3js
gh:solana-developers/solana-mobile-templates/templates/web3js-expo-paper
A template for building a Solana mobile app with Expo and React Native Paper.
expo mobile-wallet-adapter react-native react-native-paper solana-web3js