diff options
| author | mo khan <mo@mokhan.ca> | 2016-12-24 14:18:10 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-12-24 14:18:10 -0700 |
| commit | 0dd65ab450bc02e2cd43a15cf71b51498959657e (patch) | |
| tree | 2cce55b5b22c3d5623fed95fffcfe7bf8812827c /android/app/src/main/java/com/stronglifters/MainActivity.java | |
| parent | 74db46bbcaa3df3a34dbaa0d84e1cf8831fac81f (diff) | |
remove react-native-config
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, 0 insertions, 15 deletions
diff --git a/android/app/src/main/java/com/stronglifters/MainActivity.java b/android/app/src/main/java/com/stronglifters/MainActivity.java deleted file mode 100644 index 5fe8e04..0000000 --- a/android/app/src/main/java/com/stronglifters/MainActivity.java +++ /dev/null @@ -1,15 +0,0 @@ -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"; - } -} |
