react-native-actions-sheet
react-native-actions-sheet copied to clipboard
Compatibility Issue with React 19: element.ref Usage
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