-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
Read more buttons are not showing #36
Comments
/* eslint-disable prettier/prettier */ export default class ReadMoreS extends React.Component { _renderTruncatedFooter = handlePress => { _renderRevealedFooter = handlePress => { const styles = StyleSheet.create({ |
I share my code above please have a look. |
Seems you are not using correct lib, follow installation instructions here and import as defined here |
Please help me for this really needed to solve this please |
This seems like a styling issue. Try setting flex: 1 or width: '100%' in your container style |
I am facing the same issue. When I pass the {"my content"} element to library, "See more" is overlapping my content. But if I only pass {"my content"} to the library without element, it is okay to show correctly. |
@roden0609 can you share code sample and screenshot as well ? Thanks |
@fawaz-ahmed Thanks for your follow up 🙂!
|
Its working fine now and fixed for me |
When I save the file then it is visible but after a while, it happens same no button is visible. Please help it's urgent.
The text was updated successfully, but these errors were encountered: