Skip to content

Commit 23ac1d8

Browse files
fix lint
1 parent d83333a commit 23ac1d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/react-native/src/App.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ function RunningIndicator() {
243243
return null;
244244
}
245245

246+
return <RotatingBox />;
247+
}
248+
249+
function RotatingBox() {
246250
const sv = useSharedValue<number>(0);
247251

248252
React.useEffect(() => {

0 commit comments

Comments
 (0)