79180255

Date: 2024-11-12 08:05:08
Score: 1.5
Natty:
Report link

If you are using shared values from Reanimated, you should use them only within useWindowDimensions.

const { width } = useWindowDimensions();
// ... rest of the code

more in docs

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Islombek Salimov