From 298d0f3ca38c353e607977a45bbdc7fe997884d6 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 14 Jan 2017 11:27:51 -0700 Subject: upgrade. --- .../app/src/main/java/com/stronglifters/MainActivity.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 android/app/src/main/java/com/stronglifters/MainActivity.java (limited to 'android/app/src/main/java/com/stronglifters/MainActivity.java') 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"; + } +} -- cgit v1.2.3