Sankalp Khanna

Results 3 issues of Sankalp Khanna

Hi, I am attempting to place a picker inside a styled View component that looks like so: ![image](https://user-images.githubusercontent.com/43489998/123051540-7cac8100-d434-11eb-804a-b26551e87bd3.png) 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...