diff options
Diffstat (limited to 'index.android.js')
| -rw-r--r-- | index.android.js | 2 |
1 files changed, 1 insertions, 1 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); |
