You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@HenrikZabel Hi, I had this issue too. You have to edit "react-native-gifted-chat/lib/GiftedChat.js" and add "{isStatusBarTranslucentAndroid:true}" prop to "useAnimatedKeyboard()" command. You can use patch-package and patch this file.
@HenrikZabel Hi, I had this issue too. You have to edit "react-native-gifted-chat/lib/GiftedChat.js" and add "{isStatusBarTranslucentAndroid:true}" prop to "useAnimatedKeyboard()" command. You can use patch-package and patch this file.
Issue Description
When navigating to a screen with the GiftedChat component following is happening:
untitled.webm
Steps to Reproduce / Code Snippets
https://github.com/FaridSafi/react-native-gifted-chat?tab=readme-ov-file#example
I've used the official example
Expected Results
Not changing the statusbar color to black
Additional Information
I am using Expo with the expo router.
The text was updated successfully, but these errors were encountered: