-
-
Notifications
You must be signed in to change notification settings - Fork 919
fix: fixed function undefined error in useBoundingClientRect #2561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fixed function undefined error in useBoundingClientRect #2561
Conversation
|
Good, I tried the Fix in this PR and it resolves the conflict. |
|
Also tried this fix and it resolved the issue |
Thanks, it is worked |
|
This fix resolves the issue. Thanks! |
|
@gorhom Can you please have a look as this one is easy to reproduce with react-native 0.82. It has been brought up in multiple places now: Issues:
PRs:
I think this asks for a release / update 🙏 |
|
For now you can download and paste this file inside "patches" folder |
|
The same issue |
|
@Majed04 i tried to apply the package but it's not working, can you help me? I created the "patches" folder in root project, but I have this warning after running "yarn install". I am using version 5.2.6 of gorhom bottom sheet
|
hasnainali9
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tried working 100%
gorhom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for submitting the PR

Motivation
For some weird reason, this bug happens to bottom sheet when I load it on RN 0.82.1
This PR fixes the issue as detailed in this link