mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
Updated dependencies in preperation for v2
This commit is contained in:
10
demo/Entry.js
Normal file
10
demo/Entry.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import { registerRootComponent } from 'expo';
|
||||
import { activateKeepAwake } from 'expo-keep-awake';
|
||||
|
||||
import App from './App';
|
||||
|
||||
if (__DEV__) {
|
||||
activateKeepAwake();
|
||||
}
|
||||
|
||||
registerRootComponent(App);
|
||||
Reference in New Issue
Block a user