I come from JS background and know a thing or two about react-native.
I was learning Android from tutorial point and in one of the points, they have mentioned
public static void main(String args[]) − Java program processing starts from the main() method which is a mandatory part of every Java program.
So, I opened RN project in node_module (boiler plate cli-code) and looked for reference of main(
to find the processing of the file when I run react-native run-android but unfortunately wasn't able to find any such class in .java
function
So can someone explain me what happens behind the scene when I do react-native run-android