|
@@ -1,3 +1,11 @@
|
|
1
|
+import React, {Component} from 'react';
|
|
2
|
+import {AppRegistry, NativeModules} from 'react-native';
|
|
3
|
+import _ from 'lodash';
|
|
4
|
+
|
|
5
|
+import Navigation from './Navigation';
|
|
6
|
+
|
|
7
|
+const resolveAssetSource = require('react-native/Libraries/Image/resolveAssetSource');
|
|
8
|
+
|
1
|
9
|
import * as newPlatformSpecific from './platformSpecific';
|
2
|
10
|
|
3
|
11
|
function startSingleScreenApp(params) {
|