Add remaining features to fun picker

This commit is contained in:
Jamie Kyle
2025-04-07 12:47:38 -07:00
committed by GitHub
parent f4185e65dc
commit 9346beca24
51 changed files with 1512 additions and 659 deletions

View File

@@ -209,7 +209,7 @@ export type OwnProps = Readonly<{
) => void;
onPickEmoji: (e: EmojiPickDataType) => void;
emojiSkinToneDefault: EmojiSkinTone;
emojiSkinToneDefault: EmojiSkinTone | null;
// StickerButton
installedPacks: ReadonlyArray<StickerPackType>;
recentStickers: ReadonlyArray<StickerType>;