MainActivity.java 375 B

123456789101112131415
  1. package com.huiliaojmessage;
  2. import com.facebook.react.ReactActivity;
  3. public class MainActivity extends ReactActivity {
  4. /**
  5. * Returns the name of the main component registered from JavaScript.
  6. * This is used to schedule rendering of the component.
  7. */
  8. @Override
  9. protected String getMainComponentName() {
  10. return "huiliaoJmessage";
  11. }
  12. }