summaryrefslogtreecommitdiff
path: root/index.android.js
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2016-12-03 09:35:18 -0700
committermo khan <mo@mokhan.ca>2016-12-03 09:35:18 -0700
commit0c280cf73f77b9b53d0b025ac6ee566d65528eaf (patch)
tree55546e9423f499532c99b3078e64f41f666dca52 /index.android.js
parent40a588489eb699aed6b196aade44c2fe037e737d (diff)
connect the event aggregator.
Diffstat (limited to 'index.android.js')
-rw-r--r--index.android.js4
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);