Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Jun 21, 2024
1 parent d83333a commit 23ac1d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/react-native/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ function RunningIndicator() {
return null;
}

return <RotatingBox />;
}

function RotatingBox() {
const sv = useSharedValue<number>(0);

React.useEffect(() => {
Expand Down

0 comments on commit 23ac1d8

Please sign in to comment.