
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
@solana-mobile/solana-mobile-dapp-scaffold
Advanced tools
A quickstart React Native template for a Solana Mobile dApp with polyfills and dependencies installed
A ready-to-go template Solana React Native dApp with dependencies installed and basic React UI components. It provides an interface to connect to locally installed wallet apps (that are MWA-compatible), view your account balance on devnet, and request an airdrop of SOL.
This React Native dApp is only fully functional on Android.
connection
client.
|
|
|
If you haven't setup a React Native development environment for Android, you'll need to do that first. Follow the Prerequisite Setup Guide.
Follow the guide to make sure you:
npx react-native init MySolanaDapp --template https://github.com/solana-mobile/solana-mobile-dapp-scaffold.git
cd MySolanaDapp
yarn install
or npm install
npx react-native run-android
TypeError: cli.init is not a function
: This during template initialization means you have an old version of React Native CLI.
This template only works with the new CLI. You can uninstall and reinstall it as directed here.
Looks like your iOS environment is not properly set
: You can ignore this during template initialization and build the Android app as normal. This template is only compatible with Android.
FAQs
A quickstart React Native template for a Solana Mobile dApp with polyfills and dependencies installed
We found that @solana-mobile/solana-mobile-dapp-scaffold demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.