main
App
function App() { const [isAppReady, setIsAppReady] = React.useState(false); React.useEffect(() => { const prepare = async () => {