react-native-ui-lib icon indicating copy to clipboard operation
react-native-ui-lib copied to clipboard

Bug Fix: fix missing extractAccessibilityProps on ProgressBar

Open jdelaney3097 opened this issue 3 months ago • 0 comments

Description

After upgrading to Expo SDK 54 and react native 19, Progress bar is giving an error : [TypeError: Cannot read property 'props' of undefined] on line ...extractAccessibilityProps() in getAccessibilityProps()

Followed the same pattern from throughout the repo when calling ...extractAccessibilityProps() by passing in the props as a parameter

Changelog

⚠️ ProgressBar - fix undefined error on extractAccessibilityProps

Additional info

#3810

jdelaney3097 avatar Sep 19 '25 01:09 jdelaney3097