79809467

Date: 2025-11-04 22:59:14
Score: 1
Natty:
Report link

Ran into this issue today and found that it was caused by importing the wrong scroll view.

Import like this: import { ScrollView } from 'react-native-gesture-handler';

DON'T IMPORT like this: import { ScrollView } from 'react-native';

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