react-native-ui-lib
react-native-ui-lib copied to clipboard
Bug Fix: fix missing extractAccessibilityProps on ProgressBar
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