summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2017-01-14 12:10:56 -0700
committermo khan <mo@mokhan.ca>2017-01-14 12:10:56 -0700
commit078e589cd88226f1c570b1514780386c476c7111 (patch)
tree7690a7f4dc3160f130d8b2928e8bd04bdbb3a44e
parent298d0f3ca38c353e607977a45bbdc7fe997884d6 (diff)
fix app registration.
-rw-r--r--index.android.js2
-rw-r--r--index.ios.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.android.js b/index.android.js
index 50dfcd9..8ed8e12 100644
--- a/index.android.js
+++ b/index.android.js
@@ -2,4 +2,4 @@ import React, { Component } from 'react';
import { AppRegistry } from 'react-native';
import App from './app'
-AppRegistry.registerComponent('StrongLifters', () => App);
+AppRegistry.registerComponent('stronglifters', () => App);
diff --git a/index.ios.js b/index.ios.js
index 50dfcd9..8ed8e12 100644
--- a/index.ios.js
+++ b/index.ios.js
@@ -2,4 +2,4 @@ import React, { Component } from 'react';
import { AppRegistry } from 'react-native';
import App from './app'
-AppRegistry.registerComponent('StrongLifters', () => App);
+AppRegistry.registerComponent('stronglifters', () => App);