FaridSafi / react-native-gifted-chat

💬 The most complete chat UI for React Native
https://gifted.chat
MIT License
13.53k stars 3.55k forks source link

Can't adjust `bottomOffset` prop to remove padding between Input Field and navigation bottom bar #2526

Closed devHybrid0306 closed 1 month ago

devHybrid0306 commented 2 months ago

Issue Description

Seems like bottomOffset prop is removed from GiftedChat component.

Steps to Reproduce / Code Snippets

<GiftedChat bottomOffset={70} ... />

Expected Results

Want to remove padding between ReactNativeGiftedChat input field and app navigation bottom bar. In previous versions, adding bottomOffset worked, but recent versions doesn't work.

Additional Information

danilvalov commented 1 month ago

No more bottomOffset option after merging this PR.

I made a PR to add this option again: https://github.com/FaridSafi/react-native-gifted-chat/pull/2530

kesha-antonov commented 1 month ago

https://github.com/FaridSafi/react-native-gifted-chat/releases/tag/2.6.3