export const Snake = () => {
  const { goBack } = useNavigation();

  return (
    <Screen