Bogdan

Results 8 comments of Bogdan

Yeah, I think this toast is created in each "registered component". I use React Native Navigation (Wix) and I have custom topBar. I call show toast and I see 2...

> Hi [@fabrizio-bianchi](https://github.com/fabrizio-bianchi) ! Try this [library](https://github.com/omahili/react-native-reorderable-list). Works correctly and is updated regularly. not works with horizontal lists 😢

Solution is not working, I've made a patch file (I've also exported DeleteButton): ``` diff --git a/node_modules/rn-emoji-keyboard/lib/typescript/index.d.ts b/node_modules/rn-emoji-keyboard/lib/typescript/index.d.ts index 889df90..277c8b4 100644 --- a/node_modules/rn-emoji-keyboard/lib/typescript/index.d.ts +++ b/node_modules/rn-emoji-keyboard/lib/typescript/index.d.ts @@ -1,5 +1,6 @@ import...

Also if anyone know how to delete one by one emoji in string, I would be appreciated Now I have solution only with `emoji-regex` npm package

@cchampou I've prepared PR: [#198](https://github.com/TheWidlarzGroup/rn-emoji-keyboard/pull/198)

I need a review and test this PR to confirm it works in 100% cases. Than who own this can merge 😄

> > Managed to fix the same issue in my project with this patch, please check if it helps. > > [react-native-draggable-flatlist+4.0.1.patch.txt](https://github.com/user-attachments/files/17980039/react-native-draggable-flatlist%2B4.0.1.patch.txt) > > I applied your patch, now It's...