Commit 078e589

mo khan <mo@mokhan.ca>
2017-01-14 19:10:56
fix app registration.
1 parent 298d0f3
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);
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);