@fawazahmed/react-native-read-more
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "@fawazahmed/react-native-read-more", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A simple react native library to show large blocks of text in a condensed manner with the ability to collapse and expand.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,3 +27,3 @@ ![NPM Downloads](https://img.shields.io/npm/dw/@fawazahmed/react-native-read-more) ![NPM License](https://img.shields.io/npm/l/@fawazahmed/react-native-read-more) ![NPM Version](https://img.shields.io/npm/v/@fawazahmed/react-native-read-more) | ||
import {SafeAreaView, StyleSheet, View} from 'react-native'; | ||
import ReadMore from './src/ReadMore'; | ||
import ReadMore from '@fawazahmed/react-native-read-more'; | ||
@@ -30,0 +30,0 @@ const Home = () => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
491209