react-native-view-more-text icon indicating copy to clipboard operation
react-native-view-more-text copied to clipboard

Align View More text next to paragraph

Open dlenskyi opened this issue 3 years ago • 2 comments

How to align View more/view less inline with the main text? Please help

dlenskyi avatar Apr 23 '21 13:04 dlenskyi

@dlenskyi Please try below code renderViewMore = (onPress) => { return ( <Text onPress={onPress} style={{ textAlign: 'center' }} > View more </Text> ); };

codal-mpawar avatar Nov 01 '22 11:11 codal-mpawar

i think what he meant was:

first line of text fohdofi woih sodgpoihf sdflgh sk second line jfdklhg soiwofjoijsldlg s... View More

githistory avatar Apr 18 '24 10:04 githistory