Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Balthazar33 committed Jan 14, 2025
1 parent 02ed01d commit 950a44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Opinionated RN template (RN version 0.76.4)
# Opinionated RN template (RN version 0.76.6)

[![Balthazar33](https://circleci.com/gh/Balthazar33/opinionated-rn-template.svg?style=svg)](https://app.circleci.com/pipelines/github/Balthazar33/opinionated-rn-template)

Expand All @@ -18,7 +18,7 @@ cd <YOUR_APP_NAME> && npm i
```
> ⚠️ Continue to the next step only after configuring the splash screen *(see **Splash Screen** section below)*.\
> Then, run the appropriate command from the following commands to build the app. *(Once built, the app needs to be launched manually by tapping on its icon)*.
> Also, to disable new architecture for android, in the `android/gradle.properties` file, set `newArchEnabled` to `false`
> Also, to enable the new architecture for android, set `newArchEnabled` to `true` in `android/gradle.properties`
**Android**:
```bash
Expand Down

0 comments on commit 950a44f

Please sign in to comment.