Change file name
This commit is contained in:
parent
34c1200167
commit
c4b379044d
2 changed files with 1 additions and 3 deletions
|
|
@ -20,8 +20,6 @@ export default function App() {
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Stack.Screen name="login" />
|
<Stack.Screen name="login" />
|
||||||
<Stack.Screen name="register" />
|
|
||||||
<Stack.Screen name="explore" />
|
|
||||||
</Stack>
|
</Stack>
|
||||||
</WebSocketProvider>
|
</WebSocketProvider>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ import ActionSheet from 'react-native-actions-sheet';
|
||||||
|
|
||||||
const DepartmentActionSheet = styled(ActionSheet)``;
|
const DepartmentActionSheet = styled(ActionSheet)``;
|
||||||
|
|
||||||
export default function Landing() {
|
export default function Call() {
|
||||||
const { callDetails } = useLocalSearchParams();
|
const { callDetails } = useLocalSearchParams();
|
||||||
const actionSheetRef = useRef(null);
|
const actionSheetRef = useRef(null);
|
||||||
const callFeed = useCallFeed();
|
const callFeed = useCallFeed();
|
||||||
Loading…
Reference in a new issue