bataevvlad

Results 28 comments of bataevvlad

@rigorcadiz Hello there! Please provide code example for more clear understanding and reproducing your problem. I also see that you use autocomplete in some kind of drawer, right? Sincerely, UI...

ok thanks @rigorcadiz we will check it out and come back soon!

@rigorcadiz I can advise you not to switch to a version above 0.71 react-native, the problem is associated with an update modal component of react-native, we are currently thinking about...

@Rc85 Hello there! Could you please provide code example for better understanding? Regards, Vlad.

Thank you for reaching out. We try to reproduce issue but all looks good, could you please provide more information about your development environment? In the meantime, you can try...

@12sam12 for the fast solution please use metro for expo web: https://docs.expo.dev/guides/customizing-metro/#web-support @nikevp if you experience some not related issue please create separate ticket, best regards

Hello there @k-woolridge ! Please provide code example, and i will try to help you with that!

@plaporte @AramArakelyan22 You can try something like this: ``` const SWIPE_LENGTH = 55; export const SwipeableComponent = React.memo(({ id, onRemove }) => { let [swipeRef] = useState(null); const onRemove =...