Skip to content

Conversation

@tylerdgenius
Copy link

@tylerdgenius tylerdgenius commented Nov 8, 2025

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

@HasanElfalt
Copy link

Good, I tried the Fix in this PR and it resolves the conflict.

@kai-viv
Copy link

kai-viv commented Nov 11, 2025

Also tried this fix and it resolved the issue

@SuhrobAbdumalikov
Copy link

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

Thanks, it is worked

@samovolkin
Copy link

This fix resolves the issue. Thanks!

@baralmanish
Copy link

For now you can download and paste this file inside "patches" folder
@gorhom+bottom-sheet+5.2.6.patch

@Majed04
Copy link

Majed04 commented Nov 16, 2025

Temporary Fix

If you're using npm or yarn, you can follow these steps to apply this patch until @gorhom releases a new update:

Step 1: Install patch-package

Install patch-package as a dev dependency:

npm install patch-package --save-dev
# or
yarn add patch-package --dev

Step 2: Add postinstall script

Add the following script to your package.json:

{
  "scripts": {
    "postinstall": "patch-package"
  }
}

Step 3: Download and apply the patch

  1. Download the patch file: [@[email protected]]

  2. Create a patches folder in your project root (if it doesn't exist)

  3. Place the downloaded patch file in the patches folder

  4. Run your install command to apply the patch:

npm install
# or
yarn install

Note

The patch should now be automatically applied whenever you install dependencies. make sure to commit the patches folder to your repository so other developers on your team will have the patch applied automatically when they install dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants