summaryrefslogtreecommitdiffhomepage
path: root/app/index.android.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/index.android.js')
-rw-r--r--app/index.android.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/index.android.js b/app/index.android.js
new file mode 100644
index 0000000000..1e9594a1c9
--- /dev/null
+++ b/app/index.android.js
@@ -0,0 +1,6 @@
+import React from 'react';
+import RX from 'reactxp';
+import App from './App';
+
+RX.App.initialize(true, true);
+RX.UserInterface.setMainView(<App />); \ No newline at end of file