Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moqada/rn-twemoji
twemoji resources for React Native
https://github.com/moqada/rn-twemoji
Last synced: 27 days ago
JSON representation
twemoji resources for React Native
- Host: GitHub
- URL: https://github.com/moqada/rn-twemoji
- Owner: moqada
- License: mit
- Created: 2016-04-28T05:12:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T14:36:58.000Z (7 months ago)
- Last Synced: 2024-09-28T18:43:17.232Z (about 1 month ago)
- Language: JavaScript
- Size: 3.29 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# rn-twemoji
[![Greenkeeper badge](https://badges.greenkeeper.io/moqada/rn-twemoji.svg)](https://greenkeeper.io/)
[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Coverage Status][codecov-image]][codecov-url]
[![Dependency Status][daviddm-image]][daviddm-url]
[![DevDependency Status][daviddm-dev-image]][daviddm-dev-url]
[![License][license-image]][license-url][twemoji](https://github.com/twitter/twemoji) resources for React Native.
## Installation
```
npm install --save @moqada/rn-twemoji
```## Usage
```jsx
// Name base
;// Code base
;
```### Version specification
```jsx
// twemoji v1
;// twemoji v2
;
;
```## Development
```
git submodule update --init
npm i
```Generate images and codes from original twemoji resources.
```
npm run build
```## License
follow [twitter/twemoji](https://github.com/twitter/twemoji).
[npm-url]: https://www.npmjs.com/package/@moqada/rn-twemoji
[npm-image]: https://img.shields.io/npm/v/@moqada/rn-twemoji.svg?style=flat-square
[travis-url]: https://travis-ci.org/moqada/rn-twemoji
[travis-image]: https://img.shields.io/travis/moqada/rn-twemoji.svg?style=flat-square
[daviddm-url]: https://david-dm.org/moqada/rn-twemoji
[daviddm-image]: https://img.shields.io/david/moqada/rn-twemoji.svg?style=flat-square
[daviddm-dev-url]: https://david-dm.org/moqada/rn-twemoji#info=devDependencies
[daviddm-dev-image]: https://img.shields.io/david/dev/moqada/rn-twemoji.svg?style=flat-square
[codecov-url]: https://codecov.io/github/moqada/rn-twemoji
[codecov-image]: https://img.shields.io/codecov/c/github/moqada/rn-twemoji.svg?style=flat-square
[license-url]: http://opensource.org/licenses/MIT
[license-image]: https://img.shields.io/github/license/moqada/rn-twemoji.svg?style=flat-square