Results 4 issues of sourabhdadapure

Please make our job easier by filling this template out to completion. If you're requesting a feature instead of reporting a bug, please feel free to skip the Environment and...

stale

there's a two second delay on Video start when clicked on the play button. Is this the default behavior? My code ```xml (this.player = r)} video={{uri:VideoURI}}} thumbnail={{uri:ThumbnailURI}} resizeMode="cover" autoplay={false} endWithThumbnail...

bug

` import { fromZonedTime, toZonedTime } from "date-fns-tz" const zone = "America/New_York" const now = new Date() const time = toZonedTime(now, zone)) ` console.log(time) // null