This commit is contained in:
2018-08-22 23:44:26 +02:00
parent 7e635595f3
commit c8f41d45ea
24 changed files with 352 additions and 163 deletions

View File

@@ -14,10 +14,12 @@ import {
log,
network,
show,
context,
} from 'react-native-debug-console';
network.attach();
log.attach();
context.hello = () => 'earth';
console.log('fooo');
let xhr = new XMLHttpRequest();
@@ -105,11 +107,11 @@ export default class App extends React.Component {
/>
<View style={{ height: 10 }} />
</View>
<DevTool
{/* <DevTool
style={{
flex: 1,
}}
/>
/> */}
<DevToolModal />
</KeyboardAvoidingView>
</SafeAreaView>