react-native-actions-sheet icon indicating copy to clipboard operation
react-native-actions-sheet copied to clipboard

Compatibility Issue with React 19: element.ref Usage

Open erberf23 opened this issue 7 months ago • 0 comments

Hello,

I've encountered a compatibility issue with the react-native-actions-sheet package when using it with React 19. It appears that the package is using element.ref, which has been deprecated in React 19. In this version, ref is treated as a regular prop, and direct access to element.ref is no longer supported.

This change results in warnings or errors when using the package with React 19. It would be great if the package could be updated to align with the new React 19 standards.

Thank you for your work on this package!

Best regards, Fabian

erberf23 avatar Mar 31 '25 09:03 erberf23