list of logos company and techs
npm install react-native-techs-logosA list with logos company and techs

``bash
npm install --save react-native-techs-logos
`
`jsx
import ReactNativeTechsLogs from 'react-native-techs-logos';
// list all logos
// single icon
// Raw mode
// list limited logos
// list all logos with hiddenLogos
// Hidden label
`
Properties to use in the component
`typescript``
type Props = {
name?: string;
list?: Array
hiddenLogos?: Array
hiddenLabel?: boolean;
flatList?: boolean;
rounded?: boolean;
background?: string;
size?: number;
gap?: number;
raw?: boolean;
};