Updated dependencies in preperation for v2

This commit is contained in:
2019-07-05 09:37:15 +02:00
parent c30e9f27a5
commit 169f683deb
20 changed files with 11717 additions and 8642 deletions

10
demo/Entry.js Normal file
View File

@@ -0,0 +1,10 @@
import { registerRootComponent } from 'expo';
import { activateKeepAwake } from 'expo-keep-awake';
import App from './App';
if (__DEV__) {
activateKeepAwake();
}
registerRootComponent(App);