An open API service indexing awesome lists of open source software.

https://github.com/criar-art/react-native-techs-logos

Repository with logos of languages and tech or company
https://github.com/criar-art/react-native-techs-logos

android expo hacktoberfest package react react-native typescript

Last synced: 5 months ago
JSON representation

Repository with logos of languages and tech or company

Awesome Lists containing this project

README

          

# react-native-techs-logos

A list with logos company and techs

A list with logos company and techs screenshot

## Install

```bash
npm install --save react-native-techs-logos

```

## Usage basic

```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

```

## Props of component

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;
};
```