Smithery Logo
MCPsSkillsDocsPricing
Login
NewFlame, an assistant that learns and improves. Available onTelegramSlack
    wallet-ui

    install-wallet-ui-react-native

    wallet-ui/install-wallet-ui-react-native
    Coding
    38
    1 installs

    About

    SKILL.md

    Install

    • Telegram
      Telegram
    • Slack
      Slack
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    • Download skill
    ├─
    ├─
    └─
    Smithery Logo

    Give agents more agency

    Resources

    DocumentationPrivacy PolicySystem Status

    Company

    PricingAboutBlog

    Connect

    © 2026 Smithery. All rights reserved.

    About

    Use when setting up Wallet UI in a new or existing Expo application. Guides selection between modern @solana/kit (Recommended) or legacy @solana/web3.js.

    SKILL.md

    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

    2. 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
    Recommended Servers
    Blockscout MCP Server
    Blockscout MCP Server
    AurelianFlo
    AurelianFlo
    Gorgias
    Gorgias
    Repository
    wallet-ui/wallet-ui
    Files