Skip to content

Commit

Permalink
fix: add accessiblity label
Browse files Browse the repository at this point in the history
  • Loading branch information
gtokman committed Apr 29, 2024
1 parent 2bbb9b6 commit 7befc2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 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.4.1):
- FasterImage/Nuke (= 1.4.1)
- FasterImage/NukeUI (= 1.4.1)
- FasterImage (1.5.1):
- FasterImage/Nuke (= 1.5.1)
- FasterImage/NukeUI (= 1.5.1)
- React-Core
- FasterImage/Nuke (1.4.1):
- FasterImage/Nuke (1.5.1):
- React-Core
- FasterImage/NukeUI (1.4.1):
- FasterImage/NukeUI (1.5.1):
- React-Core
- FBLazyVector (0.71.17)
- FBReactNativeSpec (0.71.17):
Expand Down Expand Up @@ -438,7 +438,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FasterImage: 9cf0f190d1b01ab4bba8b87a2ad90d3749dbd179
FasterImage: 54be75240e08342f34bf4c37fa7c776f2e1d4dc0
FBLazyVector: 719c60593e0a5b54cba28d1e50250581efff79d2
FBReactNativeSpec: 68ee46729de18aef10445dad3ed72915420041b5
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
Expand Down
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ export type AndroidImageResizeMode =
*/
export type ImageOptions = {
blurhash?: string;
accessible?: boolean;
accessibilityLabel?: string;
thumbhash?: string;
resizeMode?: IOSImageResizeMode | AndroidImageResizeMode;
borderRadius?: number;
Expand Down

0 comments on commit 7befc2e

Please sign in to comment.