Answers for "react native trying to draw too large(109767960bytes) bitmap"

1

Canvas: trying to draw too large(216000000bytes) bitmap.

<application android:hardwareAccelerated="true">
    <activity ... />
    <activity android:hardwareAccelerated="false" />
</application>
Posted by: Guest on November-11-2020

Code answers related to "react native trying to draw too large(109767960bytes) bitmap"

Browse Popular Code Answers by Language