
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@forward-software/react-native-toolbox
Advanced tools
A set of scripts to simplify React Native development
A set of scripts to simplify React Native development
yarn add -D @forward-software/react-native-toolbox
or use it directly with
npx @forward-software/react-native-toolbox <command>
rn-toolbox basern-toolbox dotenv ENVIRONMENTNAMErn-toolbox help [COMMAND]rn-toolbox icons [FILE]rn-toolbox splash [FILE]rn-toolbox baseUSAGE
$ rn-toolbox base
See code: src/commands/base.ts
rn-toolbox dotenv ENVIRONMENTNAMEManage .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 CLI 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
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 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 CLI 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
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 CLI 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
See code: src/commands/splash.ts
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.
FAQs
A set of scripts to simplify React Native development
We found that @forward-software/react-native-toolbox demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

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.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.