Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ios PathMeasure problem with index out of bounds exception #2307

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bohdanprog
Copy link
Member

@bohdanprog bohdanprog commented Jun 19, 2024

Closes #1740

  • Rendering the following Test causes the app to crash.

Summary

  • Rename variables, and make it more understandable.
  • Fixed the problem with index out-of-bounds exception: Thread 1: "*** -[__NSArrayM objectAtIndexedSubscript:]: index 69 beyond bounds [0 .. 68]".
    The reason

Test Plan

TestsExample app -> Test1740.tsx

Compatibility

OS Implemented
iOS
Android

@bohdanprog bohdanprog self-assigned this Jun 19, 2024
@WoLewicki
Copy link
Member

Can we get more information why this was a problem earlier and why can we do it like that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

App crash when rendering SVG
2 participants