/rn-setup-2024

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

Primary LanguageTypeScript

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