I have a react library with some native modules which needs to be initialised within Android Application Class or a Android Activity. Beside initialisation of my own library, I also need to write some extra android code and the best place in within Application class or Host Activity.
How can I add those to the test Android app, is there any solution for this?