okwasniewski / react-native-bottom-tabs

Native Bottom Tabs for React Native
https://okwasniewski.github.io/react-native-bottom-tabs/
MIT License
620 stars 24 forks source link

crash when stress testing tab change #117

Closed gunnartorfis closed 2 weeks ago

gunnartorfis commented 2 weeks ago

When I change between tabs at an abnormal speed, the app eventually crashes.

It is a Release variant on iOS and I haven't got Sentry source maps set up without EAS build/update, but here's what I got on Sentry:

Screenshot 2024-11-03 at 13 55 03

https://github.com/user-attachments/assets/61e63e56-f087-4a03-a0ea-ff8155038092

okwasniewski commented 2 weeks ago

Hey, would you mind sharing a stack trace?

Without it's going to be extremely difficult. I tested it in the example app in the repo and it's not happening.

Maybe it's something within your app that causes this

gunnartorfis commented 2 weeks ago

Not sure if there's something else you'd want from Xcode, let me know if this isn't sufficient

Screenshot 2024-11-03 at 14 08 53 Screenshot 2024-11-03 at 14 09 15
okwasniewski commented 2 weeks ago

Thanks this is helpful, judging by the stack trace you are using new architecture?

gunnartorfis commented 2 weeks ago

Yep

okwasniewski commented 2 weeks ago

Can you re-test this with 0.3.1? 🙏

gunnartorfis commented 2 weeks ago

Wasn't able to reproduce this on 0.3.1 🥳