Results 2 issues of Enmanuel

I have an scrollable list, and above it I use react-easy-swipe to open and close a menu. For that I have a invisible piece of the menu to listen the...

I have this string: `let text = "{form 1} {form 2} {form 1:3}";` and this regexp: `/{form (\d+(:\d+)?)}/g` that should match {form x} and {form x:y} I am executing: ``text...