Discussions

Ask a Question
Back to All

App crashes when I use position attribute

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={['']}
      />

Did you find the solution?

Im looking for a solution aswell

Hello. I'm looking for a solution as well. Apparently this is linked with expo 51

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

ο»Ώ