import React from "react"; import { View } from "react-native"; // Dev note might be a good idea to standardize skeletons across the app and have one "file" for it. export const GridSkeleton = React.memo(() => { return ( ); });