Added storage view, and updated the UI in general

This commit is contained in:
2018-08-21 07:10:22 +02:00
parent 41570fb15e
commit 5a10498da7
29 changed files with 472 additions and 24 deletions

View File

@@ -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');
}}
/>