Skip to content

Commit

Permalink
Revert "added dependencyList to ReText 4 RNweb animations (#512)" (#515)
Browse files Browse the repository at this point in the history
This reverts commit 99b3fae.
  • Loading branch information
wcandillon authored Oct 13, 2023
1 parent 768db68 commit f1095b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const ReText = (props: TextProps) => {
// Here we use any because the text prop is not available in the type
// eslint-disable-next-line @typescript-eslint/no-explicit-any
} as any;
}, [text]);
});
return (
<AnimatedTextInput
underlineColorAndroid="transparent"
Expand Down

0 comments on commit f1095b0

Please sign in to comment.