Skip to content

Instantly share code, notes, and snippets.

View ikidoncc's full-sized avatar

João Antonio (Ikidon) ikidoncc

View GitHub Profile
@ikidoncc
ikidoncc / auth.tsx
Created February 27, 2023 14:05 — forked from diego3g/auth.tsx
import React, {
createContext,
useState,
useCallback,
useContext,
useEffect,
} from 'react';
import AsyncStorage, {
useAsyncStorage,