File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments