when i call a function in onPress method it's show error " undefined is not a function" in react native
I can't be able to call a function inside component "onPress" event in a same class, it's showing me an error like " undefined is not a function" how to solve this here is my code overview class UserList extends…