-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] List item onPress fired with a loooooong delay (after 3 or 4 second) #1024
Comments
Maybe related to this: #759 |
Guys Are you have any suggestion? |
Maybe other related issue: facebook/react-native#2558 and #662 |
This is a terrible issue please help me to fix it or if it's a bug from NativeBase tell me know and add some label to it. |
@mnlbox Have you tried this with React Native components |
@shivrajkumar Can you explain more? For example with FlastList? |
@mnlbox Please check the reply here |
@mnlbox FlatList with ListItem |
Using FlatList solves the issue. Closing the issue. |
@akhil-geekyants What? It maybe solves his problem but it certainly does not solve the bug itself... |
@SupriyaKalghatgi Any news? |
react-native, react and native-base version
Expected behaviour
List item onPress fired with a loooooong delay (after 3 or 4 second)
Actual behaviour
Steps to reproduce (code snippet or screenshot)
This is my SideMenu code:
Screenshot of emulator/device
Please see delay between when I tap on Home button in SideMenu and when you see
console.warn("click home");
output.Is the bug present in both ios and android or in any one of them?
I don't know about ios but I'm in Nexus 7 Tab with Android 5.1.1
The text was updated successfully, but these errors were encountered: