nmongiya
nmongiya
You are right, I can confirm that I am able to run the app on 0.74.2
https://github.com/facebook/react-native/releases/tag/v0.74.3
I am **not** using hermes for this project. Also I have noticed some other error while playing with 74.2. `Multiple vertex buffers with the same attribute cannot be recorded` 
I am having this issue on Android only. NO issues on ios. Couple of interesting things: 1. When Metro is connected : Skia component is available but Babylon is not...
1. Yes, When I said "Both work fine", I meant that both can draw to the canvas. 2. When Skia is available but babylon is not, It meant, babylon still...
I tried setting `isTransparent={ false }` in EngineView but that doesn't help. 
Setting both transparent doesn't help either.  I do not how babylon works under the hood for react-native, does it use Canvas as well like Skia and can it be...
View hierarchy with AndroidStudio's Layout inspector is not very helpful. It doesn't show view attributes that we are looking for. 
Hi @CedricGuillemet I have tried with the following code, with or without setting the androidView. As soon as there is an update in Skia component, BRN component freezes. `` Please...