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

@forward-software/react-native-toolbox

v4.0.0

Published

A set of scripts to simplify React Native development

Downloads

243

Readme

React Native Toolbox

A set of scripts to simplify React Native development

License oclif

Version Downloads/week

Install

yarn add -D @forward-software/react-native-toolbox

or use it directly with

npx @forward-software/react-native-toolbox <command>

Commands

rn-toolbox dotenv ENVIRONMENTNAME

manage .env files for react-native-dotenv

USAGE
  $ rn-toolbox dotenv ENVIRONMENTNAME [-h]

ARGUMENTS
  ENVIRONMENTNAME  name of the environment to load .dotenv file for

FLAGS
  -h, --help  Show CLI help.

DESCRIPTION
  manage .env files for react-native-dotenv
  Manage .env files for react-native-dotenv for a specific environment (development, production, etc...)


EXAMPLES
  $ rn-toolbox dotenv

See code: src/commands/dotenv.ts

rn-toolbox help [COMMAND]

Display help for rn-toolbox.

USAGE
  $ rn-toolbox help [COMMAND...] [-n]

ARGUMENTS
  COMMAND...  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for rn-toolbox.

See code: @oclif/plugin-help

rn-toolbox icons [FILE]

generate app icons

USAGE
  $ rn-toolbox icons [FILE] [-a <value>] [-h]

ARGUMENTS
  FILE  [default: ./assets/icon.png] input icon file

FLAGS
  -a, --appName=<value>  the appName used to build output assets path. Default is retrieved from 'app.json' file.
  -h, --help             Show CLI help.

DESCRIPTION
  generate app icons
  Generate app icons using FILE as base.
  The base icon file should be at least 1024x1024px.


EXAMPLES
  $ rn-toolbox icons

See code: src/commands/icons.ts

rn-toolbox splash [FILE]

generate app splashscreen for react-native-splash-screen

USAGE
  $ rn-toolbox splash [FILE] [-a <value>] [-h]

ARGUMENTS
  FILE  [default: ./assets/splashscreen.png] input splashscreen file

FLAGS
  -a, --appName=<value>  the appName used to build output assets path. Default is retrieved from 'app.json' file.
  -h, --help             Show CLI help.

DESCRIPTION
  generate app splashscreen for react-native-splash-screen
  Generate app splashscreen using FILE as base to be used with crazycodeboy/react-native-splash-screen module.
  The base splashscreen file should be at least 1242x2208px.


EXAMPLES
  $ rn-toolbox splash

See code: src/commands/splash.ts

License

Mozilla Public License 2.0


Made with ✨ & ❤️ by ForWarD Software and contributors

If you found this project to be helpful, please consider contacting us to develop your React and React Native projects.