chore: add preview
This commit is contained in:
parent
095a1fda25
commit
6dae766f77
|
@ -1,6 +1,6 @@
|
|||
# react-native-emoji-keyboard
|
||||
|
||||
.
|
||||
![Preview](/example/assets/preview-small.gif)
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -16,9 +16,6 @@ export default function App() {
|
|||
"emoji": "❤️",
|
||||
"name": "red heart",
|
||||
"slug": "red_heart",
|
||||
"skin_tone_support": false,
|
||||
"unicode_version": "0.6",
|
||||
"emoji_version": "0.6"
|
||||
},
|
||||
*/
|
||||
};
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
|
@ -2,9 +2,6 @@ export type EmojiType = {
|
|||
emoji: string;
|
||||
name: string;
|
||||
slug: string;
|
||||
skin_tone_support: boolean;
|
||||
unicode_version: string;
|
||||
emoji_version: string;
|
||||
};
|
||||
|
||||
export type CategoryTypes =
|
||||
|
|
Loading…
Reference in New Issue