Feature/callpage #18
2 changed files with 1 additions and 3 deletions
|
|
@ -20,8 +20,6 @@ export default function App() {
|
|||
}}
|
||||
>
|
||||
<Stack.Screen name="login" />
|
||||
<Stack.Screen name="register" />
|
||||
<Stack.Screen name="explore" />
|
||||
</Stack>
|
||||
</WebSocketProvider>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
Loading…
Reference in a new issue