rn-slack-emoji-picker

1.0.14 • Public • Published

rn-slack-emoji-picker

This is a slack like emoji picker
There are many changes to do and it's an early version but it covers the basic functionality
I hope you find it useful!

Instalation

$ npm i rn-slack-emoji-picker --save

Basic usage

import React, {Component} from 'react'; 
import { SafeAreaView, StyleSheet, Text} from 'react-native'; 
import PickerModal from 'rn-slack-emoji-picker'; 
 
export default class App extends Component { 
    render(){
        return ( 
            <SafeAreaView style={styles.container}>
                <PickerModal />
            </SafeAreaView>
        )
    }
}
 
const styles = StyleSheet.create({
    container:{ 
        flex: 1
    },
});

Todos

  • Make it customisable with different props
  • Make it more performant, altought it should work pretty well, I want to explore other ways than using a plain FlatList

Thanks

This library has been made with the help of these libraries:

  • react-native-emoji
  • emoji-datasource
  • rn-bottom-drawer
  • react-native-ionicons
  • react-native-vector-icons

Questions

If you have any questions feel free to contact me, I'll respond pretty quickly

Package Sidebar

Install

npm i rn-slack-emoji-picker

Weekly Downloads

10

Version

1.0.14

License

ISC

Unpacked Size

29.6 kB

Total Files

23

Last publish

Collaborators

  • downofmagic