The cause of my crash was from the library react-native-snap-carousel. After upgrading from 3.9.1 to 4.0.0-beta.6, the crashing stopped.
Before
"react-native-snap-carousel": "3.9.1",
After
"react-native-snap-carousel": "4.0.0-beta.6",
Post
Replies
Boosts
Views
Activity
I am getting this same stack trace. I have narrowed the crash down to this import "react-native-snap-carousel": "3.9.1". When commenting out my import for that library, the app doesnt crash. Looking for a solution still.
Thank you for the insight! Is there a way I can determine which third party library its coming from or will I have to go through the process of guessing and checking?