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