Integrating React Native View above Custom Native Camera in Android – Display Issue

• Created a custom camera using a native module.
• Now I have called this custom camera in my react native component
• Once I call this, the camera opens and the corresponding layout (XML file) also opens above the camera.
• I want to display react native’s view above the custom native camera screen instead of the Android’s XML layout.

I have used callback but it didn’t work
I want to display the layout for the custom Android native module using react native inside the View component.