Skip to content

Commit

Permalink
Merge pull request #89 from GleidsonDaniel/master
Browse files Browse the repository at this point in the history
Removes the style requirement on the item
  • Loading branch information
chramos committed Oct 15, 2022
2 parents 61d7ae2 + a0cebd2 commit 8edbf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SkeletonPlaceholder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type SkeletonPlaceholderProps = {
};

type SkeletonPlaceholderItemProps = ViewStyle & {
style: StyleProp<ViewStyle>;
style?: StyleProp<ViewStyle>;
};

const SkeletonPlaceholder: React.FC<SkeletonPlaceholderProps> & {
Expand Down

0 comments on commit 8edbf24

Please sign in to comment.