expo / expo/react-native-read-more-text

Read More text is not showing on Android Device.

Open
#45 4 comments 0 reactions 0 assignees View on GitHub
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}

![image](https://user-images.githubusercontent.com/25643849/120278863-6c8d0000-c2d3-11eb-8a4a-6505855f5d26.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.