Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-nyt committed Mar 12, 2024
1 parent f6f3f7c commit f1e69ca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1e69ca

Please sign in to comment.