-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
3 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
block-navigation.js | ||
prettify.js | ||
sorter.js | ||
android/app/build/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
import { | ||
QueryClient, | ||
useMutation, | ||
useQuery, | ||
useQueryClient, | ||
} from '@tanstack/react-query'; | ||
import {useMutation, useQueryClient} from '@tanstack/react-query'; | ||
import React from 'react'; | ||
import { | ||
Image, | ||
|
@@ -23,15 +18,13 @@ import helpIconWhite from '../../assets/icons/help_circle(white).png'; | |
import logoBordered from '../../assets/images/logo_taskratchet_512_bordered.png'; | ||
import logo from '../../assets/images/[email protected]'; | ||
import PressableLoading from '../components/pressableLoading'; | ||
import {Props} from '../components/types'; | ||
import themeProvider from '../providers/themeProvider'; | ||
import {getTasks} from '../services/taskratchet/getTasks'; | ||
import {login} from '../services/taskratchet/login'; | ||
import {styles} from '../styles/loginScreenStyle'; | ||
import useIsDarkMode from '../utils/checkDarkMode'; | ||
import {handleHelpButtonPress} from '../utils/handleHelpButtonPress'; | ||
|
||
export default function LoginScreen({navigation}: Props): JSX.Element { | ||
export default function LoginScreen(): JSX.Element { | ||
const isDarkMode = useIsDarkMode(); | ||
|
||
const backgroundStyle = { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters