79093577

Date: 2024-10-16 10:20:14
Score: 0.5
Natty:
Report link

Try creating _layout.tsx file like below inside the app folder.

import React from "react";
import { Slot } from "expo-router";

const _layout = () => {
  return <Slot />;
};

export default _layout;

You can try Stack instead of Slot as well.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Haritha Senevirathne