henkaumio

Results 2 comments of henkaumio

Cant get WDYR to work/log anything in Expo 48. Followed all the steps above. ```typescript export const Screen = () => { const [toggle, settoggle] = useState(false); return ( settoggle(!toggle)}...