From 219ae18175899b7b4cc5db2748ad7376223ab243 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 22 Dec 2016 13:00:18 -0700 Subject: fix the android package name. --- .../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..5fe8e04 --- /dev/null +++ b/android/app/src/main/java/com/stronglifters/MainActivity.java @@ -0,0 +1,15 @@ +package com.stronglifters.app; + +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