We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd94cc5 commit 13b17b4Copy full SHA for 13b17b4
react-native-scripts/src/bin/crna-entry.js
@@ -1,4 +1,4 @@
1
-import Expo, { Components } from 'expo';
+import Expo from 'expo';
2
import App from '../../../../App';
3
import React from 'react';
4
import { View } from 'react-native';
@@ -14,7 +14,7 @@ class AwakeApp extends React.Component {
14
},
15
16
React.createElement(App, null),
17
- React.createElement(Components.KeepAwake, null)
+ React.createElement(Expo.KeepAwake, null)
18
);
19
}
20
0 commit comments