This commit is contained in:
2019-07-05 14:24:54 +02:00
parent adddc7f2a4
commit 65cde5e137
7 changed files with 46 additions and 25 deletions

View File

@@ -1,7 +1,6 @@
import React from 'react';
import {
StyleSheet,
Text,
View,
Button,
KeyboardAvoidingView,
@@ -17,7 +16,7 @@ import {
} from 'react-native-debug-console';
network.attach();
log.attach();
log.attach(true);
console.log('fooo');
let xhr = new XMLHttpRequest();
@@ -117,8 +116,13 @@ export default class App extends React.Component {
style={{
flex: 1,
}}
storageProvider={AsyncStorage}
context={global}
/>
<DevToolModal
storageProvider={AsyncStorage}
context={global}
/>
<DevToolModal storage={AsyncStorage} />
</KeyboardAvoidingView>
</SafeAreaView>
);