Stephen Ojo

Results 5 comments of Stephen Ojo

I use this library with Formik v2.1.5 on my React Native app (Expo), and it works just fine. From the error message, I think this has to do with an...

Okay, I've successfully reproduced this error in my Formik v2+ app, and I can confirm it's what I mentioned above. You don't need to downgrade your Formik, just include the...

Anyone able to get this working? I really need it ASAP 😢 @xcarpentier we'd really appreciate a working example for this, as it's one of the most common use cases...

I still can't remove the menus. Any one got a fix for this? The menus don't show up when I set the `menus={() => {}}`, but something still happens when...

I just discovered you can hide the menus by setting the `saveToLocalByLongPress` prop to `false`. The prop name is not intuitive enough, though, but it works for me. @lopesclayton