How to Open Native Android Activity Without Creating a New Instance in React Native?
I have a Kotlin-based native Android chat app that I want to integrate into my React Native project as an android library. The React Native app has a bottom tab bar with four tabs, one for accessing the chat feature.…