install react native drawer

This commit is contained in:
heyethereum
2024-07-30 07:58:07 +08:00
parent f20b0ad4e8
commit 2a7c2fec77
6 changed files with 152 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ import useFetchUserAttributes from '../hooks/useFetchUserAttributes';
import { fetchAuthSession, getCurrentUser, signInWithRedirect } from 'aws-amplify/auth';
import { useEffect, useState } from 'react';
import { Buffer } from 'buffer';
import { createDrawerNavigator } from '@react-navigation/drawer';
function SignOutButton() {