You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have integrated the swipe button into a specific screen in an app. When accessibility voiceover is turned on and navigated to that screen app crashes with the following error.
ERROR TypeError: Cannot add new property '_tracking'
This error is located at:
in SwipeThumb (at SwipeButton/index.js:133)
in RCTView (at View.js:32)
in View (at SwipeButton/index.js:102)
in RCTScrollContentView (at ScrollView.js:1682)
in RCTScrollView (at ScrollView.js:1800)
in ScrollView (at ScrollView.js:1826)
in RCTView (at View.js:32)...
Expected behavior
App should proceed without crashing.
I tested it with TalkBack and button works fine. I will test it with VoiceOver soon. But requesting to upgrade to v2.0 and let me know if the issue still exists.
Issue
I have integrated the swipe button into a specific screen in an app. When accessibility voiceover is turned on and navigated to that screen app crashes with the following error.
Expected behavior
App should proceed without crashing.
Additional context
This
panStyle
with theanimatedWidth
is causing the issue only if accessibility is turned on in the device.The text was updated successfully, but these errors were encountered: