Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo committed Oct 6, 2022
1 parent 69ada75 commit 5e48de7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/native-component-list/src/screens/Skia/SkiaScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const Ring = ({ index, progress }: RingProps) => {

export default function SkiaScreen() {
const { width, height } = useWindowDimensions();
const R = width / 4;
const center = useMemo(() => vec(width / 2, height / 2 - 64), [height, width]);

const progress = useLoop({
Expand Down

0 comments on commit 5e48de7

Please sign in to comment.