npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@whop/create-react-native

v0.0.8

Published

Create a new React Native project for Whop

Readme

@whop/create-react-native

A powerful CLI tool to bootstrap your Whop React Native projects with best practices and latest dependencies.

Usage

npx @whop/create-react-native

Or using pnpm:

pnpm create @whop/react-native

Features

  • 🚀 Interactive Setup - Guided project creation with customizable options
  • 📦 Latest Dependencies - Automatically fetches and uses the latest versions of React, TypeScript, and Whop SDK
  • 🔧 Environment Configuration - Built-in environment variable setup with Whop dashboard integration
  • 📁 Smart Project Structure - Creates well-organized project structure from battle-tested template
  • Developer Experience - Beautiful CLI with progress indicators and helpful instructions
  • 🛡️ Error Handling - Comprehensive error handling and validation

What It Creates

The CLI creates a new React Native project with:

  • Modern Dependencies: Latest React, TypeScript, and @whop/react-native
  • Build Scripts: Pre-configured build, upload, clean, and ship commands
  • Environment Setup: Automated .env.local creation with your Whop app credentials
  • Project Structure: Organized source code with views and components
  • TypeScript Config: Optimized TypeScript configuration for React Native
  • Git Integration: Pre-configured .gitignore with common exclusions

Interactive Prompts

  1. Project Name: Choose your project name (automatically normalized for file systems)
  2. Description: Optional project description
  3. Author: Your name for package.json
  4. Environment Variables: Paste your Whop app credentials from the dashboard

Next Steps

After creation, the CLI provides clear instructions:

cd your-project-name
pnpm ship

This will build and deploy your app to see it working immediately!

Available Commands

Once your project is created, you can use these commands:

  • pnpm build - Build your app
  • pnpm upload - Upload to Whop
  • pnpm clean - Clean build files
  • pnpm ship - Build and upload in one command

Requirements

  • Node.js 18 or higher
  • pnpm package manager

Getting Whop Credentials

  1. Visit https://whop.com/dashboard/developer
  2. Create a new app or select an existing one
  3. Copy the environment variables from the app settings
  4. Paste them when prompted by the CLI

License

MIT