skip to Main Content

Special case of useState, what is this? – React native

I'm doing react-native project with expo + supabase. From its QuickStart docs, (https://supabase.com/docs/guides/with-expo#launch) import 'react-native-url-polyfill/auto' import { useState, useEffect } from 'react' import { supabase } from './lib/supabase' import Auth from './components/Auth' import Account from './components/Account' import { View }…

VIEW QUESTION
Back To Top
Search