Skip to content

fix reanimated crash#11

Draft
anton-patrushev wants to merge 1 commit into
fix-timezone-drag-n-drop-issuefrom
fix-reanimated-crash
Draft

fix reanimated crash#11
anton-patrushev wants to merge 1 commit into
fix-timezone-drag-n-drop-issuefrom
fix-reanimated-crash

Conversation

@anton-patrushev

Copy link
Copy Markdown
Owner

fix: move shared value reads inside runOnUI to prevent reanimated rel…ease runtime crash

Access to minuteHeight.value and startOffset.value on the JS thread can cause crashes in release builds. Move these reads inside runOnUI blocks with 'worklet' directives so they execute on the UI thread.

…ease runtime crash

Access to minuteHeight.value and startOffset.value on the JS thread can
cause crashes in release builds. Move these reads inside runOnUI blocks
with 'worklet' directives so they execute on the UI thread.
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.

1 participant