> I have to integrate sdk in my react native project . Like My project is in react native and there is other application whihc is in > native android . Now I have to open that native android application > through my react native application . For thet I have to add the other > app sdk in my react native adnroid module and then how I can triger > that event on my react native js code . Getting confuse . Because if > I'll import andorid folder and add sdk in gradle but how it will work > when I'll run my app . Where in my js code and how I need to add what > fucntions . > > Please help me for this . Please suggest how can I do this .