No Description

MainActivity.java 365B

12345678910111213141516
  1. package com.example573;
  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 "example573";
  11. }
  12. }