Skip to content

Commit

Permalink
chore: add correct eslint ignore for rive.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
lancesnider committed Sep 25, 2024
1 parent 0be03e6 commit 7f42007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,6 @@ SPEC CHECKSUMS:
Yoga: 4c3aa327e4a6a23eeacd71f61c81df1bcdf677d5
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 9b8157b65995a3b93867bae57fe6135829ff2530
PODFILE CHECKSUM: 551bc11bea00e144b11e1ad51d036dac2e035e44

COCOAPODS: 1.15.2
1 change: 1 addition & 0 deletions src/Rive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ const RiveContainer = React.forwardRef<RiveRef, Props>(

const play = useCallback<RiveRef[ViewManagerMethod.play]>(
(
// eslint-disable-next-line @typescript-eslint/no-shadow
animationName = '',
loop = LoopMode.Auto,
direction = Direction.Auto,
Expand Down

0 comments on commit 7f42007

Please sign in to comment.