I have a react component, HomeScreen.js:
import React, { useEffect,useState } from "react"; const HomeScreen = () => { const [scrolledY, setScroll