diff options
| -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); |
