diff options
| author | mo khan <mo@mokhan.ca> | 2017-01-14 11:27:51 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2017-01-14 11:27:51 -0700 |
| commit | 298d0f3ca38c353e607977a45bbdc7fe997884d6 (patch) | |
| tree | a9378fe2356cc88cfd8625f83af7b6a725f9d3d7 /android/app/src/main/java/com/stronglifters/MainActivity.java | |
| parent | fb1d3826a5a4571c9179667c98d2db3fef7da294 (diff) | |
upgrade.
Diffstat (limited to 'android/app/src/main/java/com/stronglifters/MainActivity.java')
| -rw-r--r-- | android/app/src/main/java/com/stronglifters/MainActivity.java | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/android/app/src/main/java/com/stronglifters/MainActivity.java b/android/app/src/main/java/com/stronglifters/MainActivity.java new file mode 100644 index 0000000..8cbd430 --- /dev/null +++ b/android/app/src/main/java/com/stronglifters/MainActivity.java @@ -0,0 +1,15 @@ +package com.stronglifters; + +import com.facebook.react.ReactActivity; + +public class MainActivity extends ReactActivity { + + /** + * Returns the name of the main component registered from JavaScript. + * This is used to schedule rendering of the component. + */ + @Override + protected String getMainComponentName() { + return "stronglifters"; + } +} |
