Skip to content

Commit 2b6aec4

Browse files
authored
Merge pull request #51 from patrickkabwe/chore/upgrade-nitro
chore(deps): update nitro-codegen and react-native-nitro-modules to v…
2 parents 13f0fc4 + bfa40ce commit 2b6aec4

4 files changed

Lines changed: 23 additions & 15 deletions

File tree

bun.lock

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

example/ios/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PODS:
88
- hermes-engine (0.79.2):
99
- hermes-engine/Pre-built (= 0.79.2)
1010
- hermes-engine/Pre-built (0.79.2)
11-
- NitroInAppBrowser (1.0.0):
11+
- NitroInAppBrowser (1.1.5):
1212
- DoubleConversion
1313
- glog
1414
- hermes-engine
@@ -34,7 +34,7 @@ PODS:
3434
- ReactCommon/turbomodule/bridging
3535
- ReactCommon/turbomodule/core
3636
- Yoga
37-
- NitroModules (0.25.2):
37+
- NitroModules (0.26.2):
3838
- DoubleConversion
3939
- glog
4040
- hermes-engine
@@ -1717,7 +1717,7 @@ DEPENDENCIES:
17171717
- glog (from `../../node_modules/react-native/third-party-podspecs/glog.podspec`)
17181718
- hermes-engine (from `../../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
17191719
- NitroInAppBrowser (from `../..`)
1720-
- NitroModules (from `../../node_modules/react-native-nitro-modules`)
1720+
- NitroModules (from `../node_modules/react-native-nitro-modules`)
17211721
- RCT-Folly (from `../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
17221722
- RCT-Folly/Fabric (from `../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
17231723
- RCTDeprecation (from `../../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation`)
@@ -1807,7 +1807,7 @@ EXTERNAL SOURCES:
18071807
NitroInAppBrowser:
18081808
:path: "../.."
18091809
NitroModules:
1810-
:path: "../../node_modules/react-native-nitro-modules"
1810+
:path: "../node_modules/react-native-nitro-modules"
18111811
RCT-Folly:
18121812
:podspec: "../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
18131813
RCTDeprecation:
@@ -1943,8 +1943,8 @@ SPEC CHECKSUMS:
19431943
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
19441944
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
19451945
hermes-engine: 314be5250afa5692b57b4dd1705959e1973a8ebe
1946-
NitroInAppBrowser: d56b2d4e7ecda4e932e6d5e0b01e30c607e50cbe
1947-
NitroModules: 4e92fa5218beff179daf51714fd117e829027dd3
1946+
NitroInAppBrowser: 82d84e995a402cdc4f04330d93cf69aae3faa252
1947+
NitroModules: ccf2db518daf271800221ef472938a324672ff71
19481948
RCT-Folly: e78785aa9ba2ed998ea4151e314036f6c49e6d82
19491949
RCTDeprecation: 83ffb90c23ee5cea353bd32008a7bca100908f8c
19501950
RCTRequired: eb7c0aba998009f47a540bec9e9d69a54f68136e
@@ -2012,4 +2012,4 @@ SPEC CHECKSUMS:
20122012

20132013
PODFILE CHECKSUM: ff93654a5b59f5c074fa3060c81a74527142b8b5
20142014

2015-
COCOAPODS: 1.15.2
2015+
COCOAPODS: 1.16.2

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"react": "19.0.0",
1515
"react-native": "0.79.2",
16-
"react-native-nitro-modules": "0.25.2"
16+
"react-native-nitro-modules": "0.26.2"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.25.2",

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
"postcodegen": "bun --cwd example pod"
1717
},
1818
"keywords": [
19-
"react-native"
19+
"react-native",
20+
"nitro",
21+
"in-app-browser",
22+
"in-app-browser-module",
23+
"react-native-nitro-in-app-browser"
2024
],
2125
"files": [
2226
"src",
@@ -56,11 +60,11 @@
5660
"@types/jest": "^29.5.12",
5761
"@types/react": "^19.0.10",
5862
"conventional-changelog-conventionalcommits": "^8.0.0",
59-
"nitro-codegen": "0.25.2",
63+
"nitro-codegen": "0.26.2",
6064
"react": "19.0.0",
6165
"react-native": "0.79.2",
6266
"react-native-builder-bob": "^0.37.0",
63-
"react-native-nitro-modules": "0.25.2",
67+
"react-native-nitro-modules": "0.26.2",
6468
"semantic-release": "^24.2.3",
6569
"typescript": "5.0.4"
6670
},

0 commit comments

Comments
 (0)