Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wrathchaos/react-native-custom-icon

Medium Article: https://freakycoder.com/react-native-library-react-native-custom-icon-1ec0b734d691
https://github.com/wrathchaos/react-native-custom-icon

mobile-app mobile-development react-native react-native-component software-engineering

Last synced: 2 months ago
JSON representation

Medium Article: https://freakycoder.com/react-native-library-react-native-custom-icon-1ec0b734d691

Awesome Lists containing this project

README

        

React Native Custom Icon

[![Battle Tested ✅](https://img.shields.io/badge/-Battle--Tested%20%E2%9C%85-03666e?style=for-the-badge)](https://github.com/WrathChaos/react-native-custom-icon)

[![Custom Icon Library for React Native.](https://img.shields.io/badge/-Custom%20Icon%20Library%20for%20React%20Native.-lightgrey?style=for-the-badge)](https://github.com/WrathChaos/react-native-custom-icon)

[![npm version](https://img.shields.io/npm/v/react-native-custom-icon.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-custom-icon)
[![npm](https://img.shields.io/npm/dt/react-native-custom-icon.svg?style=for-the-badge)](https://www.npmjs.org/package/react-native-custom-icon)
![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg?style=for-the-badge)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)


React Native Custom Icon

## Installation

Add the dependency:

### Pure React Native:

```js
npm i react-native-custom-icon
```

## Peer Dependencies

##### IMPORTANT! You need install them.

```json
"react": ">= 16.x",
"react-native": ">= 0.55.x",
"react-native-vector-icons": ">= 6.x.x"
```

## Basic Usage

```jsx
import MyIcon from "react-native-custom-icon";
import IcomoonConfig from "./assets/icomoon/selection.json";

;
```

## Documentation


React Native Custom Icon

##### Read how to use react-native-custom-icon on Medium blog. DO NOT FORGET to implement your .ttf file on iOS and Android original files!

### Configuration - Props

| Property | Type | Default | Description |
| -------- | :----: | :-----: | ------------------------------------------------------------------- |
| name | string | null | use this to set icon's name |
| color | color | null | use this to set icon's color |
| size | number | 16 | use this to change icon's size |
| config | JSON | null | must use this to provide which config and data to use as IconConfig |

## Author

FreakyCoder, [email protected]

## License

React Native Custom Icon Library is available under the MIT license. See the LICENSE file for more info.