Skip to content

Commit 8dcd161

Browse files
committed
chore: upgrade react-native-nitro-modules to 0.35.6
1 parent 4ba5dd6 commit 8dcd161

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

example/android/app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,7 @@ dependencies {
142142
implementation("androidx.compose.ui:ui")
143143
implementation("androidx.compose.foundation:foundation")
144144
implementation("androidx.compose.runtime:runtime")
145+
// ComposeTestActivity imports app.rive.* directly — needs explicit
146+
// dependency since the library uses `implementation` (not transitive).
147+
implementation("app.rive:rive-android:+")
145148
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"react": "19.0.0",
9999
"react-native": "0.79.2",
100100
"react-native-builder-bob": "^0.40.10",
101-
"react-native-nitro-modules": "0.35.0",
101+
"react-native-nitro-modules": "0.35.6",
102102
"react-test-renderer": "19.0.0",
103103
"release-it": "^17.10.0",
104104
"turbo": "^1.10.7",

yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5466,7 +5466,7 @@ __metadata:
54665466
react: 19.0.0
54675467
react-native: 0.79.2
54685468
react-native-builder-bob: ^0.40.10
5469-
react-native-nitro-modules: 0.35.0
5469+
react-native-nitro-modules: 0.35.6
54705470
react-test-renderer: 19.0.0
54715471
release-it: ^17.10.0
54725472
turbo: ^1.10.7
@@ -16260,6 +16260,16 @@ __metadata:
1626016260
languageName: node
1626116261
linkType: hard
1626216262

16263+
"react-native-nitro-modules@npm:0.35.6":
16264+
version: 0.35.6
16265+
resolution: "react-native-nitro-modules@npm:0.35.6"
16266+
peerDependencies:
16267+
react: "*"
16268+
react-native: "*"
16269+
checksum: b057dc606c4717bff2447cff3efdeebf5cd7342fa11b3f51cfd420ccce1224d0b4be5999ea63c9856721520f1cbb50fba9372109f49a4c8b14202d7ab4d3b37e
16270+
languageName: node
16271+
linkType: hard
16272+
1626316273
"react-native-reanimated@npm:4.1.5":
1626416274
version: 4.1.5
1626516275
resolution: "react-native-reanimated@npm:4.1.5"

0 commit comments

Comments
 (0)