Sankalp Khanna
Sankalp Khanna
Hi, I am attempting to place a picker inside a styled View component that looks like so:  However when I try to press on an option, nothing happens and...
Hi, I was creating a simple timer screen for an app and was using the library to update the timer every minute as so: ``` const [timer,setTimer]=useState(moment(new Date()).format('hh:mm:ss A (DD/MM/YYYY)');...
Hi, I am making a simple implementation of the background timer, just trying to console log a statement every 3 seconds. While the phrase is logged, when I call clearInterval...