From 7f420074b5ad26fea34dadaaff54b87723d569ef Mon Sep 17 00:00:00 2001 From: Lance Date: Tue, 24 Sep 2024 18:18:06 -0700 Subject: [PATCH] chore: add correct eslint ignore for rive.tsx --- example/ios/Podfile.lock | 2 +- src/Rive.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 32f7673..f83c53f 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -755,6 +755,6 @@ SPEC CHECKSUMS: Yoga: 4c3aa327e4a6a23eeacd71f61c81df1bcdf677d5 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: 9b8157b65995a3b93867bae57fe6135829ff2530 +PODFILE CHECKSUM: 551bc11bea00e144b11e1ad51d036dac2e035e44 COCOAPODS: 1.15.2 diff --git a/src/Rive.tsx b/src/Rive.tsx index 7e1093e..c3e7dee 100644 --- a/src/Rive.tsx +++ b/src/Rive.tsx @@ -233,6 +233,7 @@ const RiveContainer = React.forwardRef( const play = useCallback( ( + // eslint-disable-next-line @typescript-eslint/no-shadow animationName = '', loop = LoopMode.Auto, direction = Direction.Auto,