Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@fawazahmed/react-native-read-more
Advanced tools
A simple react native library to show large blocks of text in a condensed manner with the ability to collapse and expand.
React native library to show text in a condensed way and expand when needed. Drop in replacement for Text
component and highly customizable. Can be used with expo or native cli on all platforms.
npm i @fawazahmed/react-native-read-more --save
or with yarn
yarn add @fawazahmed/react-native-read-more
Prop | Type | Required | Note |
---|---|---|---|
style | object or array | no | text style |
seeMoreStyle | object or array | no | text style for ... See more text |
seeMoreText | string | no | defaults to ... See more |
seeLessStyle | object or array | no | text style for See less text |
seeLessText | string | no | defaults to See less |
wrapperStyle | object or array | no | style for wrapper View |
numberOfLines | number | no | defaults to 3 |
animate | bool | no | defaults to true => applies a subtle animation to see more and see less text, not the complete text itself |
backgroundColor | string | no | defaults to white => supply backgroundColor if your background color is something other than white |
Any additional props are passed down to underlying Text
component.
import React from 'react';
import { StyleSheet, View } from 'react-native';
import ReadMore from '@fawazahmed/react-native-read-more';
const App = () => {
return (
<View style={styles.root}>
<ReadMore>
{`Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.`}
</ReadMore>
</View>
);
};
const styles = StyleSheet.create({
root: {
flex: 1,
padding: 16,
marginTop: 48,
},
});
export default App;
FAQs
A simple react native library to show large blocks of text in a condensed manner with the ability to collapse and expand.
The npm package @fawazahmed/react-native-read-more receives a total of 5,142 weekly downloads. As such, @fawazahmed/react-native-read-more popularity was classified as popular.
We found that @fawazahmed/react-native-read-more demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.