tyawei
Results
5
comments of
tyawei
me too ios version is 15.6.1
> Instead of switching off the hardware acceleration globally, just passed 2 additional params to the component: > > * androidLayerType="software" > * androidHardwareAccelerationDisabled this way may cause the rich...
you can try add this to WebView as a prop: style={[otherStyleObj, {opacity: 0.99}]}
react-native-canvas 在ios 15以上有兼容问题