how to detect if user is typing in react native?
I have an application in react native where i'm developing a search feature like Instagram. It is like if user stop typing show him his query result. my current approach is messing up redux. And sometimes it returns same element…