From f1e69cab10c1f4c41690c70cae0ba0ff31e60ec5 Mon Sep 17 00:00:00 2001 From: Shehryar Date: Tue, 12 Mar 2024 14:25:59 +0400 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e69aa56..9271333 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,17 @@ This is a new [**React Native**](https://reactnative.dev) project, bootstrapped - Node: 20.11.1 - Java JDK: 17 +# RELEASE + +```bash +react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res + + +cd android + +./gradlew assembleDebug +``` + >**Note**: Make sure you have completed the [React Native - Environment Setup](https://reactnative.dev/docs/environment-setup) instructions till "Creating a new application" step, before proceeding. ## Step 1: Start the Metro Server