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 🙏

© 2025 – Pkg Stats / Ryan Hefner

react-native-auto

v0.0.1-beta0.6

Published

A script to set up React Native environment based on your OS

Downloads

55

Readme

React Native Auto - React Native Environment Setup Script

react-native-auto is an easy-to-use command-line tool that automates the setup of a React Native development environment for both macOS and Windows systems. It runs the appropriate React Native setup script based on your operating system, ensuring you have everything ready for mobile app development.

✨ Features

  • Automatically detects your macOS or Windows platform.
  • Runs the correct setup script for React Native on macOS or Windows.
  • Simple one-command setup for the React Native environment.
  • Designed for both macOS and Windows users.

📦 How to run

npx react-native-auto

The script will automatically detect your operating system and run the corresponding React Native setup script.

  • On macOS, the script will run the setup commands required for React Native development.
  • On Windows, the script will prompt for administrator privileges and then execute the setup script.

🛠️ Creating a React Native Project

Once the environment setup is complete, you can create a new React Native project by running the following command:

npx @react-native-community/cli@latest init ProjectName

This will initialize a new React Native project in a folder named ProjectName. After the project is created, navigate to the project directory:

cd ProjectName

Now, run the Android application with:

npm run android

This command will start the Android emulator (if configured) or run the app on a connected Android device.

📑 How It Works

  1. macOS: The script executes a curl command to download and run the React Native setup script tailored for macOS.
  2. Windows: The script uses PowerShell to run the setup script with administrator rights, ensuring the environment is set up correctly.

🖥️ Supported Platforms

  • macOS: Supports React Native development on macOS systems.
  • Windows: Supports React Native development on Windows systems, requiring administrator privileges.

🌟 Meet the Creator

In the ever-evolving world of mobile app development, Aayush Chouhan has crafted a seamless tool to get you started with React Native quickly and easily.

🎮 Aayush Chouhan - @aayushchouhan24

Aayush Chouhan

Aayush Chouhan is a passionate developer, specializing in mobile and web development. With a strong background in programming, he continuously strives to simplify the developer experience, ensuring that developers can focus more on building and less on setting up their environment.

Instagram LinkedIn GitHub

🤝 Contributing

We welcome contributions to enhance this tool! If you have ideas for new features or improvements, please feel free to open an issue or submit a pull request on our GitHub repository.

📄 License

react-native-auto is licensed under the MIT License. For more information, refer to the LICENSE file.

🙌 Acknowledgements

  • React Native: The framework for building native mobile apps using React.
  • macOS: The operating system for Apple devices.
  • Windows: The operating system for Microsoft devices.