mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
update
This commit is contained in:
10
demo/App.js
10
demo/App.js
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user