import { StyleSheet, Text, View, Button } from 'react-native'; import { StatusBar } from 'expo-status-bar'; import React, { useState } from "react"; export default async function Main() { const [count, setCount] = useState(0); const {getCards} = new StubLib(); const list: Card[] = getCards(); return ( Maman, prend la caméra ! ! {count} {list.at(0)?.name}