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
Nodejs version: 18.19.0
React version:
React Native version: 0.74.5
react-native-gifted-chat version: 2.6.2
Platform(s) (iOS, Android, or both?): React Native Expo Android and iOS
Issue Description
Seems like
bottomOffset
prop is removed fromGiftedChat
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