wanderlust252
wanderlust252
i've crash cause of useAnimatedReaction. EXC_BAD_ACCESS
you saved my day. Thank you sir!
 work on android. I will run on IOS later.
> I'm running into a related issue where I have a `ScrollView` that is adjacent to (directly above) my `MentionInput`. I use `position: absolute` on `ScrollView` that encapsulates the suggestions...
this is my code. - MentionInput { // console.log('x', x); // return x.trigger + x.name; // }, trigger: '@', // Should be a single character like '@' or '#' renderSuggestions,...
https://user-images.githubusercontent.com/34784609/122891178-82d82a00-d36e-11eb-826b-f61e263ad37e.mp4 > Based on the code you shared I can't tell if the content above the `MentionInput` is scrollable. In my case, the content above is scrollable and that seems...
You saved my day sir! > Close the XCODE Go to the application Get info XCODE Untick "Open Using Rosetta" Open Project Clean Project Build Again is a fix for...
 work for me
i have this issue too. I think we have to handle close modal event
> Can you provide more info about the issue? > What you expect to happen and what happens instead? > > @276259822 @wanderlust252 i fix this function like this. I...