diff options
| author | mo khan <mo@mokhan.ca> | 2016-12-03 09:35:18 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-12-03 09:35:18 -0700 |
| commit | 0c280cf73f77b9b53d0b025ac6ee566d65528eaf (patch) | |
| tree | 55546e9423f499532c99b3078e64f41f666dca52 /index.android.js | |
| parent | 40a588489eb699aed6b196aade44c2fe037e737d (diff) | |
connect the event aggregator.
Diffstat (limited to 'index.android.js')
| -rw-r--r-- | index.android.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/index.android.js b/index.android.js index 8e544a2..a381c74 100644 --- a/index.android.js +++ b/index.android.js @@ -1,5 +1,7 @@ import React, { Component } from 'react'; import { AppRegistry } from 'react-native'; import App from './app/containers/app' +import ApplicationShell from './app/components/application-shell' -AppRegistry.registerComponent('AwesomeProject', () => App); +AppRegistry.registerComponent('AwesomeProject', () => ApplicationShell); +//AppRegistry.registerComponent('AwesomeProject', () => App); |
