chenshaodong
chenshaodong
@Ucekay I performed the same operation, but there will be version compatibility issues
useAnimatedReaction( () => scrollY.value, (y) => { runOnJS(scrollHandler)(y); }, [] );
@jayan2019 "react-native-reanimated": "3.8.1"
The same issue, successfully loaded in the simulator, but unable to load successfully in the real machine
same question
@kaeming This issue has been resolved,you need to downgrade, "react-native-reanimated": "3.8.1", then yarn start --reset-cache