mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 20:37:56 +00:00
chore: Fix all linting errors for green build
This commit is contained in:
@@ -49,6 +49,7 @@ export const Skeleton: React.FC<SkeletonProps> = ({
|
||||
<Animated.View
|
||||
style={[
|
||||
styles.skeleton,
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
{ width: width as any, height, borderRadius, opacity },
|
||||
style,
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user