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

@enginnblt/react-native-wizard

v1.0.3

Published

A comprehensive React Native project starter wizard with support for Expo and React Native Community CLI

Readme

React Native Wizard 🚀

A comprehensive React Native project starter wizard that helps you create new React Native projects with ease. Supports both Expo and React Native Community CLI workflows.

Features ✨

  • Dual Workflow Support: Choose between Expo or React Native Community CLI
  • Smart Package Manager Detection: Automatically detects and supports npm, yarn, and pnpm
  • Interactive CLI: Beautiful command-line interface with colored output
  • Version Selection: Choose specific React Native versions or use the latest stable
  • iOS Simulator Integration: Automatically selects and launches iOS simulators
  • Development Tools: Optional ESLint and Prettier setup
  • Build Testing: Test iOS and Android builds after project creation

Installation 📦

npm install -g @enginnblt/react-native-wizard

Usage 🎯

After installation, you can run the wizard from anywhere:

rn-wizard

The wizard will guide you through:

  1. Project Type Selection: Choose between Expo or React Native Community CLI
  2. Project Configuration: Set project name, version, package manager, etc.
  3. Post-Setup Options: Configure development tools or test builds

Requirements 🔧

  • Node.js 14.0.0 or higher
  • For iOS development: Xcode and iOS Simulator
  • For Android development: Android Studio and Android SDK
  • Optional: gum or fzf for enhanced CLI experience

Supported Package Managers 📦

  • npm (default)
  • yarn
  • pnpm

Supported React Native Versions 📌

  • React Native 0.70.0 - 0.81.0
  • Latest stable versions
  • Automatic version validation

Environment Variables 🌍

  • DEBUG=1: Enable debug mode for verbose output

Examples 💡

Create an Expo project:

rn-wizard
# Select "Expo"
# Choose package manager
# Enter project name
# Select post-setup options

Create a React Native CLI project:

rn-wizard
# Select "React Native Community CLI"
# Enter project name
# Choose React Native version
# Select package manager
# Configure additional options

Troubleshooting 🔍

Common Issues:

  1. Permission denied: Make sure the script has execute permissions

    chmod +x start-cli.sh
  2. Package manager not found: The wizard will attempt to install missing package managers automatically

  3. iOS Simulator issues: Ensure Xcode and iOS Simulator are properly installed

Contributing 🤝

Contributions are welcome! Please feel free to submit a Pull Request.

License 📄

MIT License - see LICENSE file for details.

Author 👨‍💻

Created by enginnblt


Note: This tool is designed to streamline React Native project creation. It handles the complexity of project setup while giving you full control over the configuration.