diff options
| author | mo khan <mo@mokhan.ca> | 2017-01-14 12:10:56 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2017-01-14 12:10:56 -0700 |
| commit | 078e589cd88226f1c570b1514780386c476c7111 (patch) | |
| tree | 7690a7f4dc3160f130d8b2928e8bd04bdbb3a44e | |
| parent | 298d0f3ca38c353e607977a45bbdc7fe997884d6 (diff) | |
fix app registration.
| -rw-r--r-- | index.android.js | 2 | ||||
| -rw-r--r-- | index.ios.js | 2 |
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); |
