Feature/callpage #18

Merged
mattdimegs merged 17 commits from feature/callpage into main 2025-04-19 16:48:15 +00:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit c4b379044d - Show all commits

View file

@ -20,8 +20,6 @@ export default function App() {
}}
>
<Stack.Screen name="login" />
<Stack.Screen name="register" />
<Stack.Screen name="explore" />
</Stack>
</WebSocketProvider>
);

View file

@ -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();