-
Hi All,
We need a supplement to add emojis and GIFs to our React web chat. We are looking at interweave-emoji-picker. Can we include GIFs somehow? Will this repo be maintained any longer ? Many tha…
-
#### Summary
Show the most used emojis instead of the most recently used emojis in the quick reaction menu
If you've been posting a few emojis, say, 👍 and 🎉 on most posts for the most of your t…
-
Good day)
What `react-native` version are you using?
"0.76.1"
What `react-native-pdf` version are you using?
"^1.9.0",
What platform does your issue occur on? (android/ios/both)
ios
Describe yo…
-
### Steps to Reproduce
1. Go to https://bsky.app/ and watch the feed
2. To discover this issue quickly, open *any* screen reader, but you can also see this in the dev tools
3. Every post is ``
4…
-
I am getting `ReferenceError: document is not defined ` error even when I import Picker this only.
Dont you have SSR support in V3 ?
-
Works at first but on refresh stays broken and style-less until you clear your browser cache
-
Hi there,
We are using emoji-mart on React, and can't find a way to use different data sets. We have different uses for the picker in the same app, therefore we want to use the Picker component wit…
-
Older Android devices are missing newer Unicode emoji; they just show up as empty squares. I'm mostly sure this is the same issue as https://github.com/zulip/zulip-mobile/issues/3181, but that one is …
-
- 以下のコードのみだと `Unable to create emoji blot` というエラーが出る
## エラー
```
Unable to create emoji blot
```
## コード
```
const handleEmojiSelect = (emoji: any) => {
console.log(emoji);
const…
-
## The issue
Back in 3.x it was possible to just apply CSS styles to the component using whatever CSS the project uses and it was possible to style inner parts however one sees fit. Now, it's all …