Skip to content

Commit

Permalink
Merge pull request #62 from NeilSMyers/iOSPriorityOption
Browse files Browse the repository at this point in the history
iOS priority option
  • Loading branch information
gtokman authored Nov 2, 2024
2 parents 949f4c7 + 0a82aea commit 5b2d114
Show file tree
Hide file tree
Showing 6 changed files with 4,241 additions and 7,236 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ import com.facebook.react.uimanager.events.RCTEventEmitter
val blurHashDrawable = blurHash?.let { makeBlurHash(view, it) }

var requestBuilder = ImageRequest.Builder(view.context)

// Handle base64 image sources
url?.let {
if (it.startsWith("data:image")) {
Expand Down
16 changes: 8 additions & 8 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PODS:
- boost (1.76.0)
- DoubleConversion (1.1.6)
- FasterImage (1.6.1):
- FasterImage/Nuke (= 1.6.1)
- FasterImage/NukeUI (= 1.6.1)
- FasterImage (1.6.2):
- FasterImage/Nuke (= 1.6.2)
- FasterImage/NukeUI (= 1.6.2)
- React-Core
- FasterImage/Nuke (1.6.1):
- FasterImage/Nuke (1.6.2):
- React-Core
- FasterImage/NukeUI (1.6.1):
- FasterImage/NukeUI (1.6.2):
- React-Core
- FBLazyVector (0.71.17)
- FBReactNativeSpec (0.71.17):
Expand Down Expand Up @@ -436,9 +436,9 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
boost: 7dcd2de282d72e344012f7d6564d024930a6a440
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FasterImage: 4563818710bcb2dc2235fab5a5b35c3fb9ac26df
FasterImage: af05a76f042ca3654c962b658fdb01cb4d31caee
FBLazyVector: 719c60593e0a5b54cba28d1e50250581efff79d2
FBReactNativeSpec: 68ee46729de18aef10445dad3ed72915420041b5
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
Expand Down Expand Up @@ -474,4 +474,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 949b735967dd6c64873d44a6244cb933a1eac03b

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
Loading

0 comments on commit 5b2d114

Please sign in to comment.