wanderlust252

Results 12 comments of wanderlust252

i've crash cause of useAnimatedReaction. EXC_BAD_ACCESS

![image](https://user-images.githubusercontent.com/34784609/122647544-d9ffb400-d14e-11eb-986d-75fca5de7403.png) 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...

![image](https://github.com/react-native-image-picker/react-native-image-picker/assets/34784609/b396f97f-84c7-4591-8ca2-a7e83d3bd397) work for me

> 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...