From c4b379044d514dca9d90bf04ea14bea5a1e28c68 Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Sat, 19 Apr 2025 12:40:07 -0400 Subject: [PATCH] Change file name --- app/_layout.tsx | 2 -- app/{landing.jsx => call.jsx} | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) rename app/{landing.jsx => call.jsx} (99%) 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();