Ara Israelyan

Results 3 issues of Ara Israelyan

There is an error when calling VertexByID() ``` client, err := grammes.DialWithWebSocket(addr) if err != nil { log.Fatal(err) } defer client.Close() verts, err := client.AllVertices() if err != nil {...

I tried to test camera with rn 0.19 app. Following code was added in MainActivity.java: ``` import com.ReactCamera.RNCameraViewPackage; //