Relative Content

Tag Archive for androidreact-nativeandroid-layoutexposurfaceview

Android SurfaceView surfaceCreated Callback Not Triggered in Custom React Native Module

I’m working on a custom React Native module for my EXPO EAS Build Android app that involves streaming a raw H264 Drone footage live. The module includes a custom view (StreamingView) that manages a SurfaceView for rendering the video stream. The SurfaceView is supposed to trigger surfaceCreated, surfaceChanged, and surfaceDestroyed callbacks which are essential for managing the stream lifecycle.