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
20 changes: 10 additions & 10 deletions bun.lock

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

4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- NitroModules (0.35.0):
- NitroModules (0.35.2):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -2741,7 +2741,7 @@ SPEC CHECKSUMS:
hermes-engine: e7491a2038f2618c8cd444ed411a6deb350a3742
libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8
NitroImage: 66fb94f9002324f2183e921cc01ca5e606ad0036
NitroModules: 0ffbade1b2ebcfa12f3821c970b17fa369320810
NitroModules: bf7ff5ea3e2fd64661bc495e3c963e98ca0a325f
NitroWebImage: 8a7989cd5e255e34f4610795885f2f5fef843686
RCT-Folly: 59ec0ac1f2f39672a0c6e6cecdd39383b764646f
RCTDeprecation: 0735ab4f6b3ec93a7f98187b5da74d7916e2cf4c
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-native-fast-image": "^8.6.3",
"react-native-nitro-image": "workspace:*",
"react-native-nitro-web-image": "workspace:*",
"react-native-nitro-modules": "0.35.0",
"react-native-nitro-modules": "0.35.2",
"react-native-safe-area-context": "^5.6.0",
"react-native-screens": "^4.14.1"
},
Expand Down
40 changes: 32 additions & 8 deletions packages/react-native-nitro-image/nitro.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,44 @@
},
"autolinking": {
"ImageFactory": {
"swift": "HybridImageFactory",
"kotlin": "HybridImageFactory"
"ios": {
"language": "swift",
"implementationClassName": "HybridImageFactory"
},
"android": {
"language": "kotlin",
"implementationClassName": "HybridImageFactory"
}
},
"ImageLoaderFactory": {
"swift": "HybridImageLoaderFactory",
"kotlin": "HybridImageLoaderFactory"
"ios": {
"language": "swift",
"implementationClassName": "HybridImageLoaderFactory"
},
"android": {
"language": "kotlin",
"implementationClassName": "HybridImageLoaderFactory"
}
},
"ImageUtils": {
"swift": "HybridImageUtils",
"kotlin": "HybridImageUtils"
"ios": {
"language": "swift",
"implementationClassName": "HybridImageUtils"
},
"android": {
"language": "kotlin",
"implementationClassName": "HybridImageUtils"
}
},
"NitroImageView": {
"swift": "HybridImageView",
"kotlin": "HybridImageView"
"ios": {
"language": "swift",
"implementationClassName": "HybridImageView"
},
"android": {
"language": "kotlin",
"implementationClassName": "HybridImageView"
}
}
},
"ignorePaths": ["**/node_modules"]
Expand Down

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading
Loading