renderChatEmpty is flipped
See original GitHub issueIssue Description
The empty chat view that is generated by renderChatEmpty is flipped.
Steps to Reproduce / Code Snippets
private renderChatEmpty() {
return (
<View
style={{
flex: 1,
alignSelf: 'center',
justifyContent: 'center'
}}
>
<Text> Say hello to your buddy</Text>
</View>
);
}
[FILL THIS OUT]
Expected Results
To see the view as returned in the function 🙂
Additional Information
A temporary “fix” is to add transform: [{ scaleY: -1 }]
in the empty view style.
- React Native version: 0.61.5
- react-native-gifted-chat version: 0.13.0
- Platform(s) (iOS, Android, or both?): iOS (at least)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:12
- Comments:8
Top Results From Across the Web
reactjs-simple-gifted-chat - npm package - Snyk
Based on project statistics from the GitHub repository for the npm package reactjs-simple-gifted-chat, we found that it has been starred ? times ...
Read more >netlify-cms Path Meta Field Is Required - JavaScript - GitAnswer
... open display - TypeScript OctoDash renderChatEmpty is flipped - react-native-gifted-chat vscode Intellisense autoimport of React components not working ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This worked for me
Problem actually!