不要な要素削除

This commit is contained in:
harukin-expo-dev-env 2025-06-03 13:37:04 +00:00
parent 59082c7873
commit d6b701bdb1

View File

@ -57,9 +57,6 @@ export default function Menu({
// AS.setItem("stationListMode", "position");
});
}, []);
useEffect(()=>{
alert(`height:${height}, width:${width}, bottom:${bottom}, left:${left}, right:${right}, top:${top}, tabBarHeight:${tabBarHeight}`);
}, [height, width, bottom, left, right, top, tabBarHeight])
const mapsRef = useRef(null);
const returnToTop = (bool = true) => {
scrollRef.current.scrollTo({