Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

@forward-software/react-native-toolbox

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forward-software/react-native-toolbox

A set of scripts to simplify React Native development

latest
Source
npmnpm
Version
6.0.0
Version published
Weekly downloads
76
15.15%
Maintainers
2
Weekly downloads
 
Created
Source

React Native Toolbox

A set of scripts to simplify React Native development

License Version Downloads/week

  • Install
  • Commands

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 for a specific environment (development, production, etc...)

USAGE
  $ rn-toolbox dotenv ENVIRONMENTNAME [-h] [-v]

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

FLAGS
  -h, --help     Show help
  -v, --verbose  Print more detailed log messages

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

EXAMPLES
  $ rn-toolbox dotenv production
  $ rn-toolbox dotenv development -v

See code: src/commands/dotenv.ts

rn-toolbox icons [FILE]

Generate app icons using a file as template.

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

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

FLAGS
  -a, --appName=<value>  App name used to build output assets path. Default is retrieved from 'app.json' file.
  -h, --help             Show help
  -v, --verbose          Print more detailed log messages

DESCRIPTION
  Generate app icons using a file as template.

  The template icon file should be at least 1024x1024px.


EXAMPLES
  $ rn-toolbox icons
  $ rn-toolbox icons ./my-icon.png --appName MyApp
  $ rn-toolbox icons -v

See code: src/commands/icons.ts

rn-toolbox splash [FILE]

Generate app splashscreens using a file as template.

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

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

FLAGS
  -a, --appName=<value>  App name used to build output assets path. Default is retrieved from 'app.json' file.
  -h, --help             Show help
  -v, --verbose          Print more detailed log messages

DESCRIPTION
  Generate app splashscreens using a file as template.

  The template splashscreen file should be at least 1242x2208px.


EXAMPLES
  $ rn-toolbox splash
  $ rn-toolbox splash ./my-splash.png --appName MyApp
  $ rn-toolbox splash -v

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.

Keywords

react-native

FAQs

Package last updated on 11 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts