Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PODS:
- hermes-engine (0.79.2):
- hermes-engine/Pre-built (= 0.79.2)
- hermes-engine/Pre-built (0.79.2)
- NitroInAppBrowser (1.0.0):
- NitroInAppBrowser (1.1.5):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -34,7 +34,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- NitroModules (0.25.2):
- NitroModules (0.26.2):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1717,7 +1717,7 @@ DEPENDENCIES:
- glog (from `../../node_modules/react-native/third-party-podspecs/glog.podspec`)
- hermes-engine (from `../../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
- NitroInAppBrowser (from `../..`)
- NitroModules (from `../../node_modules/react-native-nitro-modules`)
- NitroModules (from `../node_modules/react-native-nitro-modules`)
- RCT-Folly (from `../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
- RCT-Folly/Fabric (from `../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
- RCTDeprecation (from `../../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation`)
Expand Down Expand Up @@ -1807,7 +1807,7 @@ EXTERNAL SOURCES:
NitroInAppBrowser:
:path: "../.."
NitroModules:
:path: "../../node_modules/react-native-nitro-modules"
:path: "../node_modules/react-native-nitro-modules"
RCT-Folly:
:podspec: "../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
RCTDeprecation:
Expand Down Expand Up @@ -1943,8 +1943,8 @@ SPEC CHECKSUMS:
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
hermes-engine: 314be5250afa5692b57b4dd1705959e1973a8ebe
NitroInAppBrowser: d56b2d4e7ecda4e932e6d5e0b01e30c607e50cbe
NitroModules: 4e92fa5218beff179daf51714fd117e829027dd3
NitroInAppBrowser: 82d84e995a402cdc4f04330d93cf69aae3faa252
NitroModules: ccf2db518daf271800221ef472938a324672ff71
RCT-Folly: e78785aa9ba2ed998ea4151e314036f6c49e6d82
RCTDeprecation: 83ffb90c23ee5cea353bd32008a7bca100908f8c
RCTRequired: eb7c0aba998009f47a540bec9e9d69a54f68136e
Expand Down Expand Up @@ -2012,4 +2012,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: ff93654a5b59f5c074fa3060c81a74527142b8b5

COCOAPODS: 1.15.2
COCOAPODS: 1.16.2
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"react": "19.0.0",
"react-native": "0.79.2",
"react-native-nitro-modules": "0.25.2"
"react-native-nitro-modules": "0.26.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
"postcodegen": "bun --cwd example pod"
},
"keywords": [
"react-native"
"react-native",
"nitro",
"in-app-browser",
"in-app-browser-module",
"react-native-nitro-in-app-browser"
],
"files": [
"src",
Expand Down Expand Up @@ -56,11 +60,11 @@
"@types/jest": "^29.5.12",
"@types/react": "^19.0.10",
"conventional-changelog-conventionalcommits": "^8.0.0",
"nitro-codegen": "0.25.2",
"nitro-codegen": "0.26.2",
"react": "19.0.0",
"react-native": "0.79.2",
"react-native-builder-bob": "^0.37.0",
"react-native-nitro-modules": "0.25.2",
"react-native-nitro-modules": "0.26.2",
"semantic-release": "^24.2.3",
"typescript": "5.0.4"
},
Expand Down
Loading