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

react-native-lab

v1.3.0

Published

A CLI tool to setup react-native project with some pre-defined configurations.

Readme

Github License Github Version Github Repo Created At Github Repo Contributors Github Repo Fork NPM Package Version NPM Package Last Updated NPM Package Downloads


react-native-lab automates the boring setup of React Native projects. We handle the configuration so you can start coding instantly.

🚀 Quick Start

npx react-native-lab@latest

💻 Usage Preview

No screenshots needed! Here is how the interactive CLI guides you:

┌  React Native Lab
│
◇  What is the name of your React Native project?
│  MySuperApp
│
◇  Do you want to create a "src" folder for your files?
│  Yes
│
◇  Which template would you like to use?
│  Bottom Navigation
│
◇  Checking for JDK installation...
│  JDK is already installed.
│
◇  Checking for Android Studio...
│  Android Studio is already installed.
│
◇  Would you like to enable additional customization?
│  Yes
│
◇  Which package manager would you like to use?
│  npm
│
◇  What should be the package name?
│  com.mysuperapp.mobile
│
◇  Would you like to install NativeWind for styling?
│  Yes
│
◇  Include automatic console log removal in production?
│  Yes
│
◇  Add GitHub Actions CI workflow?
│  Yes
│
└  Configuration complete! Starting setup...

✨ Comprehensive Features

We take care of the details so you don't have to.

🛠️ Smart Environment Setup

  • Automatic JDK Install: Checks and installs OpenJDK (Windows/Linux) if missing.
  • Automatic Android Studio: Downloads and configures Android Studio & SDKs (Windows/Linux).
  • Environment Variables: Automatically sets JAVA_HOME, ANDROID_HOME, and adds tools to PATH.

🎨 Templates & Design

  • Multiple Layouts:
    • Blank: A clean slate.
    • Bottom Navigation: Tab-based navigation pre-configured.
    • Stack Navigation: Standard stack navigation.
    • Drawer Navigation: Drawer menu implementation.
  • NativeWind Support: Optional integration of Tailwind CSS for React Native.

⚙️ Project Configuration

  • Package Manager: Support for npm, yarn, or bun.
  • Custom Package Name: Easily set your Bundle ID (e.g., com.company.app).
  • React Native Version: Choose between latest stable or a specific version.
  • Project Structure: Optional clean src/ directory organization.
  • Environment Secrets: Choice of react-native-config or react-native-dotenv.

🧑‍💻 Developer Experience (DX)

  • TypeScript First: All code is typed by default.
  • Path Aliases: Pre-configured aliases like @assets, @components, @screens, @utils.
  • Custom Hooks Library: Optional inclusion of:
    • useDebounce
    • useThrottle
    • usePrevious
    • useOrientation
    • useResponsiveLayout

🚀 Production Readiness

  • CI/CD Integration: Automatically generates .github/workflows/ci.yml for linting and testing.
  • Console Log Removal: Production builds automatically strip simple console.log statements for security and speed.
  • Git Initialization: Auto-init Git repo and generate a tailored .gitignore.

🤝 Contributing

Contributions are welcome! Please open an issue or submit a pull request here.

📄 License

MIT © Sumit Singh Rathore