install-wallet-ui-react-native

Install Wallet UI (React Native)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "install-wallet-ui-react-native" with this command: npx skills add wallet-ui/wallet-ui/wallet-ui-wallet-ui-install-wallet-ui-react-native

Install Wallet UI (React Native)

Overview

This skill helps you set up Wallet UI in your Expo React Native application. You need to choose which Solana library you are using, as the setup differs significantly.

Choose Your Path

  1. Modern: @solana/kit (Recommended)

Use this if:

  • You are starting a new project.

  • You prefer the modern, lightweight, functional API of @solana/kit .

  • You want better tree-shaking and smaller bundle sizes.

Instructions: Open Solana Kit Guide

  1. Legacy: @solana/web3.js (Maintenance Mode)

Use this if:

  • You are maintaining an existing project heavily reliant on @solana/web3.js v1.

  • You need specific legacy dependencies that haven't migrated to @solana/kit .

  • You understand that @solana/web3.js is heavier and no longer the primary recommendation for new apps.

Instructions: Open Solana Web3.js Guide

Quick Comparison

Feature @wallet-ui/react-native-kit

@wallet-ui/react-native-web3js

Solana Lib @solana/kit

@solana/web3.js (v1)

API Style Functional, Tree-shakeable Object-Oriented, Monolithic

Bundle Size Smaller Larger

Status Recommended Maintenance / Legacy Support

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Model Tester

Test agents or models against predefined test cases to validate model routing, performance, and output quality. Use when: (1) verifying a specific agent or m...

Registry SourceRecently Updated
Web3

Make Git Escrow

Create a new git escrow bounty for a test suite. Use when the user wants to submit a challenge with escrowed token rewards for passing a failing test suite....

Registry SourceRecently Updated
Web3

Fulfill Git Escrow

Fulfill a git escrow bounty by writing a solution or submitting an existing one. Use when the user wants to solve a test suite challenge, write code to pass...

Registry SourceRecently Updated