Please provide the following:
- SDK Version: 39
- Platforms(Android/iOS/web/all): Android
Using:
import {GLView} from “expo-gl”;
import Expo2DContext from ‘expo-2d-context’;
On android i get this error :
WARNING: Was given 0 stencil bits - strokes and clipping will be broken
and trying to draw a line, it s not working, like i get a black canvas.
Also, how to reproduce the “drawing style” like over a keyboard ?
thx in advance.
seb