mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
Added storage view, and updated the UI in general
This commit is contained in:
@@ -62,10 +62,9 @@ class Events extends Component {
|
||||
behavior="padding"
|
||||
enabled
|
||||
>
|
||||
<DevTool includeStackTrace={includeStackTrace} />
|
||||
<Button
|
||||
title="close"
|
||||
onPress={() => {
|
||||
<DevTool
|
||||
includeStackTrace={includeStackTrace}
|
||||
onClose={() => {
|
||||
events.publish('HIDE_DEVTOOLS');
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user