diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-03-28 08:43:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-28 08:43:40 +0200 |
commit | 55a40c2436b68dea850e54a65c5dd197132c08e4 (patch) | |
tree | e6d4d2d45ce5a3475aa4f73556910ff7d818986f /src/components/dms/EmojiPopup.tsx | |
parent | ac2c2a9a1d2d09442a497dc0dcfd8bc0bf715372 (diff) | |
download | voidsky-55a40c2436b68dea850e54a65c5dd197132c08e4.tar.zst |
[DMs] Emoji reaction picker (#8023)
Diffstat (limited to 'src/components/dms/EmojiPopup.tsx')
-rw-r--r-- | src/components/dms/EmojiPopup.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/dms/EmojiPopup.tsx b/src/components/dms/EmojiPopup.tsx new file mode 100644 index 000000000..a8f2f83e7 --- /dev/null +++ b/src/components/dms/EmojiPopup.tsx @@ -0,0 +1 @@ +export {EmojiPopup} from 'react-native-emoji-popup' |