Every line of 'touchableopacity disable' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
268 set opacity( opacity: number ) { 269 this._opacity = opacity; 270 // 子孫要素全てに反映させる 271 traverse( this.target, applyOpacity, opacity ); 272 }
100 touchableGetHighlightDelayMS(): number { 101 return 0; 102 }
122 checkPress() { 123 if (this.swipeSts === 'opened') { 124 this.timingClose(); 125 } 126 return this.swipeSts !== 'none'; 127 }