import * as React from 'react'; import { Button, View } from 'react-native'; import * as SecureStore from 'expo-secure-store'; function Logout({ navigation }) { return (