fullstackNRJ / rn-setup-2024

Steps to bootstrap react native for android with react-native-cli in 2024

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a new React Native project, bootstrapped using @react-native-community/cli.

This chapter is explained here in this blog.

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Important commands

To start app, run the following command from the root of your React Native project:

# using npm
npm run android:local

# build dev
npm run dev

# build release
npm run release

# playstore build
npm run release-aab

About

Steps to bootstrap react native for android with react-native-cli in 2024


Languages

Language:TypeScript 25.9%Language:Kotlin 22.7%Language:Objective-C 19.4%Language:Ruby 18.4%Language:JavaScript 6.9%Language:Objective-C++ 6.8%