0.0.8 • Published 4 years ago

react-native-emoji-slider v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Platform - Android and iOS License: MIT styled with prettier

Installation

Add the dependency:

npm i react-native-emoji-slider

Peer Dependencies

IMPORTANT! You need install them
"react": ">= 16.x.x",
"react-native": ">= 0.55.x",
"@miblanchard/react-native-slider": "^1.1.0"

Usage

Import

import EmojiSlider from "react-native-emoji-slider";

<EmojiSlider />;

EmojiSlider Usage

<EmojiSlider
  onChange={(res) => {
    console.log("res:", res);
  }}
/>

Future Plans

  • LICENSE
  • Write an article about the lib on Medium

Change Log

Change log will be here !

Author

Şevval EYGÜL, sevvalleygull@gmail.com

License

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

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago