Utilisation du stockage navigateur local

This commit is contained in:
2024-12-09 22:47:22 +01:00
parent 32460062b8
commit 62559810b0
4 changed files with 30 additions and 5 deletions

View File

@ -1,6 +1,6 @@
import SecureStore from '@/utils/SecureStore'
import { useRouter } from 'expo-router'
import { FAB, List, Surface } from 'react-native-paper'
import * as SecureStore from 'expo-secure-store'
export default function HistoryScreen() {
const router = useRouter()