Skip to content

Commit 06d03d2

Browse files
committed
chore: Enable New Architecture in example app
1 parent 7b01252 commit 06d03d2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
1111

1212
- Build issues for New Architecture (CodeGen doesn't support imported types).
1313

14+
### ⚙️ Internal Changes
15+
16+
- Enable New Architecture in example app.
17+
1418
## [2.0.0] - 2025-09-26
1519

1620
### ⚙️ Internal Changes

example/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
3535
# your application. You should enable this flag either if you want
3636
# to write custom TurboModules/Fabric components OR use libraries that
3737
# are providing them.
38-
newArchEnabled=false
38+
newArchEnabled=true
3939

4040
# Use this property to enable or disable the Hermes JS engine.
4141
# If set to false, you will be using JSC instead.

example/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
}
3030
]
3131
],
32-
"newArchEnabled": false
32+
"newArchEnabled": true
3333
}
3434
}

0 commit comments

Comments
 (0)