Skip to content

Commit 8478bc4

Browse files
committed
fix: update to nitro v0.35.0
1 parent b6a0f67 commit 8478bc4

5 files changed

Lines changed: 283 additions & 203 deletions

File tree

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
#include <fbjni/fbjni.h>
12
#include <jni.h>
23
#include "RNGoogleMapsPlusOnLoad.hpp"
34

45
JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM* vm, void*) {
5-
return margelo::nitro::rngooglemapsplus::initialize(vm);
6+
return facebook::jni::initialize(vm, []() {
7+
margelo::nitro::rngooglemapsplus::registerAllNatives();
8+
});
69
}

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ PODS:
3535
- hermes-engine (250829098.0.9):
3636
- hermes-engine/Pre-built (= 250829098.0.9)
3737
- hermes-engine/Pre-built (250829098.0.9)
38-
- NitroModules (0.34.1):
38+
- NitroModules (0.35.0):
3939
- hermes-engine
4040
- RCTRequired
4141
- RCTTypeSafety
@@ -2418,7 +2418,7 @@ SPEC CHECKSUMS:
24182418
Google-Maps-iOS-Utils: cbaa0660586302c8d4149b43910a4973494ed64c
24192419
GoogleMaps: 133ba5beb4979592001a6cd0125a502243439ff9
24202420
hermes-engine: 0f49a842b975f3720533f9a7d353cd9e0f578f75
2421-
NitroModules: 5c1f0cb1e287ed80bfee051cfc972bcfaedf1a2e
2421+
NitroModules: b7fbb99c94da87b162f6e661d7cfa8ad014f7b7d
24222422
RCTDeprecation: af44b104091a34482596cd9bd7e8d90c4e9b4bd7
24232423
RCTRequired: bb77b070f75f53398ce43c0aaaa58337cebe2bf6
24242424
RCTSwiftUI: afc0a0a635860da1040a0b894bfd529da06d7810

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"build:ios": "react-native build-ios --mode Debug --extra-params 'CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO'"
1212
},
1313
"dependencies": {
14-
"@react-navigation/native": "7.1.31",
15-
"@react-navigation/native-stack": "7.14.2",
16-
"@react-navigation/stack": "7.8.2",
14+
"@react-navigation/native": "7.1.33",
15+
"@react-navigation/native-stack": "7.14.4",
16+
"@react-navigation/stack": "7.8.4",
1717
"react": "19.2.3",
1818
"react-hook-form": "7.71.2",
1919
"react-native": "0.84.1",
2020
"react-native-clusterer": "5.0.2",
2121
"react-native-gesture-handler": "2.30.0",
2222
"react-native-google-maps-plus": "workspace:*",
23-
"react-native-nitro-modules": "0.34.1",
23+
"react-native-nitro-modules": "0.35.0",
2424
"react-native-reanimated": "4.2.2",
2525
"react-native-safe-area-context": "5.7.0",
2626
"react-native-screens": "4.24.0",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
"provenance": true
7878
},
7979
"devDependencies": {
80-
"@commitlint/cli": "20.4.2",
81-
"@commitlint/config-conventional": "20.4.2",
80+
"@commitlint/cli": "20.4.3",
81+
"@commitlint/config-conventional": "20.4.3",
8282
"@eslint/compat": "2.0.2",
8383
"@eslint/eslintrc": "3.3.4",
8484
"@eslint/js": "9.39.3",
@@ -88,10 +88,10 @@
8888
"@semantic-release/changelog": "6.0.3",
8989
"@semantic-release/exec": "7.1.0",
9090
"@semantic-release/git": "10.0.1",
91-
"@semantic-release/npm": "13.1.4",
91+
"@semantic-release/npm": "13.1.5",
9292
"@types/jest": "30.0.0",
9393
"@types/react": "19.2.14",
94-
"conventional-changelog-conventionalcommits": "9.1.0",
94+
"conventional-changelog-conventionalcommits": "9.3.0",
9595
"del-cli": "7.0.0",
9696
"eslint": "9.39.3",
9797
"eslint-config-prettier": "10.1.8",
@@ -102,13 +102,13 @@
102102
"eslint-plugin-tsdoc": "0.5.2",
103103
"eslint-plugin-unused-imports": "4.4.1",
104104
"jest": "30.2.0",
105-
"lefthook": "2.1.1",
106-
"nitrogen": "0.34.1",
105+
"lefthook": "2.1.2",
106+
"nitrogen": "0.35.0",
107107
"prettier": "3.8.1",
108108
"react": "19.2.3",
109109
"react-native": "0.84.1",
110110
"react-native-builder-bob": "0.40.18",
111-
"react-native-nitro-modules": "0.34.1",
111+
"react-native-nitro-modules": "0.35.0",
112112
"semantic-release": "25.0.3",
113113
"typedoc": "0.28.17",
114114
"typescript": "5.9.3"

0 commit comments

Comments
 (0)