expo / expo/react-native-read-more-text
Read More text is not showing on Android Device.
- Dominant language
- JavaScript
- Stars
- 580
- Forks
- 111
- PR merge metrics
- No merged PRs in 30d
Description
I am Trying to Use Read More text on Android and IOS Devices. Read More text is working fine in the IOS and while Android Device, it is no showing intermittently on the screens. may I know the reason Why? am I missing something?\
I am attaching the ref code.
// Read More Handlers
const renderTruncatedFooter = (handlePress: any) => {
return (
Read more
);
};
const renderRevealedFooter = (handlePress: any) => {
return (
Show less
);
};
// JSX
{subscriptionData.commitmentText}

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.