diff --git a/app/_layout.tsx b/app/_layout.tsx index b349e19..c723c1f 100644 --- a/app/_layout.tsx +++ b/app/_layout.tsx @@ -20,8 +20,6 @@ export default function App() { }} > - - ); diff --git a/app/landing.jsx b/app/call.jsx similarity index 99% rename from app/landing.jsx rename to app/call.jsx index 200696e..8452c35 100644 --- a/app/landing.jsx +++ b/app/call.jsx @@ -16,7 +16,7 @@ import ActionSheet from 'react-native-actions-sheet'; const DepartmentActionSheet = styled(ActionSheet)``; -export default function Landing() { +export default function Call() { const { callDetails } = useLocalSearchParams(); const actionSheetRef = useRef(null); const callFeed = useCallFeed();