We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When rendering the navigation header, 2 headers are rendered over each other.
Navigation Component:
<StudntsChatStack.Screen name="ChatGroup" component={ChatScreen} options={{ title: 'Chat Group', headerTitleAlign: 'center', headerTitleStyle: { color: '#2e64e5', fontFamily: 'Kufam-SemiBoldItalic', fontSize: 18 }, headerStyle: { backgroundColor: '#2e64e515', shadowColor: '#fff', elevation: 0, }, headerBackTitleVisible: true, headerBackImage: () => ( <View style={{ marginLeft: 15 }}> <Ionicons name="arrow-back" size={25} color="#2e64e5" /> </View> ), }} />
Chat Component:
render() { return ( <GiftedChat alignTop keyboardVerticalOffset={true} renderUsernameOnMessage={true} messages={this.state.messages} onSend={this.db.send} user={this.user} /> ); }
Example Image
The text was updated successfully, but these errors were encountered:
@hadihassan09 Could you please share your solution? I am facing the similar issue. Attached screenshot (https://i.imgur.com/qe5uOFe.png).
Sorry, something went wrong.
Please add isStatusBarTranslucentAndroid={true} and refresh the app
I tried but did not work. and so downgraded version.
#2558 (comment)
The isStatusBarTranslucentAndroid={true} did work for me
No branches or pull requests
Issue Description
When rendering the navigation header, 2 headers are rendered over each other.
Steps to Reproduce / Code Snippets
Navigation Component:
Chat Component:
Example Image
Expected Results
Additional Information
The text was updated successfully, but these errors were encountered: