React 19 Support
Is this package supports React 19?
As I can see nope.
I made a few changes to make it compatible.
If you want to install it, you can install 388c8d662bee168ba8cee36ba04938719b380230 which contains the /dist folder.
I threw a warning in the README.md since all these changes were just the bare minimum to fit my own use case. Feel free to open issues, if only to be used at warnings for others. However, I likely won't have much time to invest on solving any issues.
Installation Instructions
npm
npm install https://github.com/NoahCardoza/react-spring-bottom-sheet.git#388c8d662bee168ba8cee36ba04938719b380230
yarn
yarn add https://github.com/NoahCardoza/react-spring-bottom-sheet.git#388c8d662bee168ba8cee36ba04938719b380230
pnpm
pnpm add https://github.com/NoahCardoza/react-spring-bottom-sheet.git#388c8d662bee168ba8cee36ba04938719b380230
Note: This fork contains the bare minimum changes for React 19 compatibility based on my specific use case. Please see the README warning for more details. Issues are welcome for documentation purposes, but support may be limited.
Could you please make react-spring-bottom-sheet compatible with React 19?
Thanks for maintaining this great library! 🙏