Skip to content

Bump react-native-gifted-chat from 2.4.0 to 3.4.0 in /enatega-multivendor-rider - #2488

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/enatega-multivendor-rider/react-native-gifted-chat-3.4.0
Closed

Bump react-native-gifted-chat from 2.4.0 to 3.4.0 in /enatega-multivendor-rider#2488
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/enatega-multivendor-rider/react-native-gifted-chat-3.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps react-native-gifted-chat from 2.4.0 to 3.4.0.

Release notes

Sourced from react-native-gifted-chat's releases.

3.4.0

CHANGELOG

3.3.3

What's Changed

New Contributors

Full Changelog: FaridSafi/react-native-gifted-chat@3.3.2...3.3.3

3.3.2

Changelog

3.3.0

Changelog

3.2.3

No release notes provided.

3.2.0

See changelog

Full Changelog: FaridSafi/react-native-gifted-chat@3.0.1...3.2.0

3.0.1

  • [web] Fixed auto-resizing TextInput

Full Changelog: FaridSafi/react-native-gifted-chat@3.0.0...3.0.1

3.0.0

This version is breaking

Please check out changelog https://github.com/FaridSafi/react-native-gifted-chat/blob/master/CHANGELOG.md and readme

2.9.0-alpha.0

  • There was many changes to props to make them more intuitive. Please refer to the README for current implementation

2.8.2-alpha.5

What's Changed

... (truncated)

Changelog

Sourced from react-native-gifted-chat's changelog.

[3.4.0] - 2026-06-16

✨ Features

  • react-native-gesture-handler v3 support (#2739): the library now works with both RNGH 2 and 3. RNGH 3 removed the Text re-export, so Text is now imported from react-native across all components. The peerDependencies range (react-native-gesture-handler: ">=2.0.0") already spans both majors.

🐛 Bug Fixes

  • Fixed #2714 - MessageImage onPress not firing on Android. The custom TouchableOpacity's content view now sets pointerEvents: 'none' so the press reaches the gesture-handler BaseButton (iOS was unaffected).
  • Verified #603 (default text prop cleared on initial render) is resolved by the current hooks architecture and added a regression test covering it.

🔧 Improvements

  • Bumped react-native-zoom-reanimated to ^1.5.4 for gesture-type compatibility with RNGH 3.
  • Upgraded the dev/test toolchain to the React Native 0.85 line (migrated to @react-native/jest-preset, eslint/typescript bumps, perfectionist v5).
  • Example app upgraded to Expo SDK 56.

[3.3.2] - 2026-01-22

🐛 Bug Fixes

  • Fixed React.memo and React.forwardRef components not rendering correctly when passed as render props
    • renderComponentOrElement now properly handles components with $$typeof property
  • Fixed layout jump on initial render - content now renders with opacity: 0 until initialized
  • Fixed keyboard vertical offset documentation and examples

🔧 Improvements

  • Updated keyboardVerticalOffset documentation in README with clearer explanation
  • Added hidden style for smoother initial render transitions

📝 Documentation

  • Improved keyboardVerticalOffset section explaining that it equals distance from screen top to container top
  • Added recommendation to use useHeaderHeight() from @react-navigation/elements

[3.3.0] - 2026-01-21

✨ Features

  • Swipe to Reply: New swipe-to-reply functionality using ReanimatedSwipeable (based on #2692)
    • Replaced deprecated Swipeable with ReanimatedSwipeable from react-native-gesture-handler
    • Added reply prop to GiftedChat with grouped configuration options
    • Swipe direction support: 'left' (swipe left, icon on right) or 'right' (swipe right, icon on left)
    • Custom swipe action rendering via renderAction
    • Built-in animated ReplyIcon component
    • ReplyPreview component with smooth enter/exit animations
    • Reply message display in Bubble component via messageReply prop
  • New Props:
    • scrollToBottomContentStyle - style for scroll to bottom button content

🐛 Bug Fixes

  • Fixed #2702 - typing issues
  • Fixed #2708 - component issues
  • Fixed #2607 - edge case handling
  • Fixed #2701 - rendering issues
  • Fixed #2691 - prop handling

... (truncated)

Commits
  • e9b028e 3.4.0
  • 07c5123 chore: bump react-native-zoom-reanimated to 1.5.4 (RNGH 3 compatibility)
  • ddbed8a test: cover default text prop preserved on initial render (#603)
  • a6c146b fix: MessageImage onPress not firing on Android (#2714)
  • 20e3877 chore(example): upgrade to Expo SDK 56
  • a7adbff fix: support react-native-gesture-handler v3 (#2739)
  • c1bc1a6 fix(example): fix eslint config
  • 493c3ae bump v
  • 8a1d8f3 Merge pull request #2722 from gianlucadifrancesco/fix/package-build-compiled
  • 4344bc1 chore: build compiled package, publishing .js and.d.ts
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-native-gifted-chat](https://github.com/FaridSafi/react-native-gifted-chat) from 2.4.0 to 3.4.0.
- [Release notes](https://github.com/FaridSafi/react-native-gifted-chat/releases)
- [Changelog](https://github.com/FaridSafi/react-native-gifted-chat/blob/master/CHANGELOG.md)
- [Commits](FaridSafi/react-native-gifted-chat@v2.4.0...3.4.0)

---
updated-dependencies:
- dependency-name: react-native-gifted-chat
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 20, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/enatega-multivendor-rider/react-native-gifted-chat-3.4.0 branch July 26, 2026 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant