Sanjeev Chintakindi

Results 2 issues of Sanjeev Chintakindi

` { this.handlePlayerStatus(event.state); }} onChangeFullscreen={(event) => { this.handleFullscreen(event.isFullscreen); }} />` react version 0.60.5 Youtube video plays in full screen in landscape but soon pauses when we rotate the screen to...

Getting Few ANRs on Crashlytics on download PDF Version Used: "react": "17.0.1", "react-native": "0.64.4", "react-native-blob-util": "^0.17.0" Code: ``` downloadPDF(pdfUrl, pdfName) { const { dirs } = RNFetchBlob.fs; const android =...