Skip to content

Commit 36dccbd

Browse files
radko93claude
andcommitted
chore: upgrade Nitro to 0.35.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c34ef81 commit 36dccbd

File tree

84 files changed

+648
-787
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+648
-787
lines changed

android/src/main/cpp/cpp-adapter.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
#include "NitroSoundOnLoad.hpp"
33

44
JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM* vm, void*) {
5-
return margelo::nitro::sound::initialize(vm);
5+
return facebook::jni::initialize(vm, [=] {
6+
margelo::nitro::sound::registerAllNatives();
7+
});
68
}

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PODS:
88
- hermes-engine (0.82.1):
99
- hermes-engine/Pre-built (= 0.82.1)
1010
- hermes-engine/Pre-built (0.82.1)
11-
- NitroModules (0.31.1):
11+
- NitroModules (0.35.0):
1212
- boost
1313
- DoubleConversion
1414
- fast_float
@@ -2776,7 +2776,7 @@ SPEC CHECKSUMS:
27762776
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
27772777
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
27782778
hermes-engine: 273e30e7fb618279934b0b95ffab60ecedb7acf5
2779-
NitroModules: 0ba3a58906a86566ea83abc016f8692374c19761
2779+
NitroModules: 1dc73273d6e3aee937eec41ef3ed9470804b9884
27802780
NitroSound: 3227c096023253d5a71e4145a19ea886808c1295
27812781
RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669
27822782
RCTDeprecation: f17e2ebc07876ca9ab8eb6e4b0a4e4647497ae3a

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react": "19.1.1",
1919
"react-dom": "19.1.1",
2020
"react-native": "0.82.1",
21-
"react-native-nitro-modules": "^0.31.1",
21+
"react-native-nitro-modules": "0.35.0",
2222
"react-native-nitro-sound": "*",
2323
"react-native-video": "^6.16.1",
2424
"react-native-web": "^0.20.0"

nitrogen/generated/android/NitroSound+autolinking.cmake

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nitrogen/generated/android/NitroSound+autolinking.gradle

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nitrogen/generated/android/NitroSoundOnLoad.cpp

Lines changed: 30 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nitrogen/generated/android/NitroSoundOnLoad.hpp

Lines changed: 14 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nitrogen/generated/android/c++/JAVEncoderAudioQualityIOSType.hpp

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nitrogen/generated/android/c++/JAVEncodingOption.hpp

Lines changed: 15 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nitrogen/generated/android/c++/JAVLinearPCMBitDepthKeyIOSType.hpp

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)