I’m encountering an error when deploying my React Native application and receiving the following error message from Sentry:
EXC_BREAKPOINT NWContextBuffer_128K > strict_malloc_zone_calloc strict_malloc_zone_calloc(1, 400) failed
I’m not quite sure about the root cause of this error and how to fix it. My application crashes when navigating to a tab within a tab view and scrolling up or down.
I’ve tried researching online and looking into this error, but haven’t found much specific information on how to handle it.
Has anyone encountered a similar issue before or have any suggestions on how to resolve this error? Any help would be greatly appreciated.
Environment
"react": "18.2.0",
"react-native": "0.72.11",