React Native Make

A collection of everyday React Native CLI tools
Alternatives To React Native Make
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
30 Days Of Javascript39,282
6 days ago1January 19, 2022324JavaScript
30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
Ink24,8744,1881,30616 days ago74September 09, 202352mitTypeScript
🌈 React for interactive command-line apps
Nx20,359255611 hours ago915November 29, 2023841mitTypeScript
Smart, Fast and Extensible Build System
Upterm19,31325 years ago1September 06, 2015220mitTypeScript
A terminal emulator for the 21st century.
Ignite16,00313a day ago37December 27, 201628mitTypeScript
Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more!
Codesandbox Client12,705461712 hours ago26March 11, 2021435otherJavaScript
An online IDE for rapid web development
Infisical10,296212 hours ago44November 21, 2022246otherTypeScript
♾ Infisical is the open-source secret management platform: Sync secrets across your team/infrastructure and prevent secret leaks.
Vue Native Core8,3593342 years ago18July 07, 202131mitJavaScript
Vue Native is a framework to build cross platform native mobile apps using JavaScript
Create React Library4,7917388 months ago50June 01, 2020126JavaScript
CLI for creating reusable react libraries.
React Blessed4,04271893 years ago23March 11, 202137mitJavaScript
A react renderer for blessed.
Alternatives To React Native Make
Select To Compare


Alternative Project Comparisons
Readme

Everyday tools for simpler React Native development

⚙️ Setup

In your react-native project folder, run:

yarn add -D @bam.tech/react-native-make
# OR
npm i -D @bam.tech/react-native-make

Please note: This plugin only supports react-native-cli v2+

📚 Usage

Once installed, plugins are available through the React Native CLI

You can get the list of available plugins by running react-native -h within your project's folder

Command Description
set-icon generate platform specific app icons
set-splash generate platform specific splash screens

💻 Local development

  • Pull latest version
  • cd react-native-make
  • Run yarn then yarn link
  • Launch a new project with react-native init
  • In your React Native project, yarn link @bam.tech/react-native-make
  • In the package.json of your React Native project, in dependencies add "@bam.tech/react-native-make" : "0.0.0"

Changes in 3.0.0

Since 3.0.0, splashscreens for iOS are created via Xcode’s storyboard, so as to meet Apple's new requirements as of April 2020.

Disclaimer: To better understand your usage of this tool, basic analytics have been enabled. It only records commands usage as anonymous page views and does not identify users in any way

Popular Command Line Projects
Popular Reactjs Projects
Popular Command Line Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Reactjs
Cli
Plugin
Icons