Skip to content

Commit

Permalink
[wip] integrating Cases page into bottom tab navigation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronniebeggs committed Oct 19, 2023
1 parent 10480b8 commit 7989155
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React, { useEffect, useState } from 'react';
import { Text, TouchableOpacity, View } from 'react-native';

import styles from './styles';
import { signOutUser } from '../../../supabase/queries/auth';
import { signOutUser } from '../../../../supabase/queries/auth';

enum permissions {
UNDETERMINED,
Expand Down
2 changes: 1 addition & 1 deletion src/app/(BottomTabNavigation)/Cases/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function CasesScreen() {
return (
<View style={styles.container}>
<View style={styles.headerContainer}>
<Link href="/QRCodeScanner" asChild>
<Link href="/QRCodeScanner/index.tsx" asChild>
<TouchableOpacity>
<View style={styles.circle}>
<Text>Camera</Text>
Expand Down

0 comments on commit 7989155

Please sign in to comment.