AppRegistry is the entry point for running all the react-native applications.
It is used to register the root component of the app and tell react-native which component to launch at the start.
It serves as a bridge between JavaScript and the react-...