Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gtokman committed Mar 30, 2024
1 parent eae1634 commit 7dc8d1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Platform, ImageStyle, requireNativeComponent } from 'react-native';
import { ImageStyle, requireNativeComponent } from 'react-native';

type IOSImageResizeMode = 'fill'
export type IOSImageResizeMode = 'fill'
| 'contain'
| 'cover'
| 'center'
Expand All @@ -13,7 +13,7 @@ type IOSImageResizeMode = 'fill'
| 'bottomLeft'
| 'bottomRight'

type AndroidImageResizeMode = 'fill'
export type AndroidImageResizeMode = 'fill'
| 'contain'
| 'cover'
| 'center'
Expand Down

0 comments on commit 7dc8d1b

Please sign in to comment.