I have an existing android application and in the react native UI I have a button that I'd like when clicked to navigate to an activity that is not managed by react native. Is this possible?
I have created a native module already to do some other things. How could I gain access to the Application Context from within a class that extends ReactContextBaseJavaModule?