Discussions
App crashes when I use position attribute
7 months ago by alwin
As seen in the code below, I'm trying to draw a Polyline around the anchor but the app crashes when I use the position attribute but it works fine if I remove it
<ViroPolyline
position={anchorFound.position}
rotation={anchorFound.rotation}
points={createOutlinePoints(anchorFound)}
thickness={0.01}
/// materials={['']}
/>
4 months ago by Leonardo
Did you find the solution?
4 months ago by Thomas Haugaard
Im looking for a solution aswell
4 months ago by Farid
Hello. I'm looking for a solution as well. Apparently this is linked with expo 51
4 months ago by Thomas Haugaard
I have tried to downgrade to expo 50 without any luck. Here is my project https://github.com/HaugaardThomas/Messe-App-Working/issues
If anyone can help it would be much appreciated
ο»Ώ