I know react-native can be used with fragment manager as in https://reactnative.dev/docs/integration-with-android-fragment
How do I use the component in window manager though?
Actually my main aim is to create a "display over other apps"(canDrawOverlays). If I can use any other way other than through window manager that's okay for me too.