Which version of babylonReactNative are you using?
Do you get the issue when you disable Metal Validation?
Itβs difficult to have an opinion on the issue without a repro.
Can you upload at least your typescript files?
What are the babylon.js features you are using?
Hey, I am using β@babylonjs/react-nativeβ: β^1.5.1β and β@babylonjs/react-native-iosandroid-0-69β: β^1.5.1β versions to create react native engine view, and my whole scene is created from external javascript files. From there I just take the engine instance and create the scene β@babylonjs/coreβ: β^5.45.1β. Mainly i am working with dynamic texture and its properties like context.drawImage, context.fillText, context.lineTo. Sometime this dynamic texture applied to mesh or sometimes on sprite manager. There are lots of user interactions such as, user can change the entire view frequently, on that time I am just clearing the dynamic texture and reconstruct them accordingly. Sometimes dynamic texture getting black and some times its crashing with the above issue shown in xcode. I am using lots of java script files thats why I am not able to reproduce the same. Thanks.
Without a repro, it will be close to impossible to figure it out.
I would suggest to try to reduce your code until the minimal configuration for a crash is achieved, and then, you find the set of actions that leads to a crash or you manage to do a repro .js.