packagecom.rn614;importcom.facebook.react.ReactActivity;publicclassMainActivityextendsReactActivity{/** * Returns the name of the main component registered from JavaScript. This is used to schedule * rendering of the component. */@OverrideprotectedStringgetMainComponentName(){return"RN614";}}