mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
Lots of UI updates
This commit is contained in:
@@ -15,14 +15,15 @@ const styles = StyleSheet.create({
|
||||
|
||||
const DevTool = ({
|
||||
style,
|
||||
includeStackTrace
|
||||
}) => (
|
||||
<View style={style || styles.container}>
|
||||
<Tab
|
||||
tabs={[{
|
||||
name: 'console',
|
||||
view: <Console />,
|
||||
name: 'Console',
|
||||
view: <Console includeStackTrace={includeStackTrace} />,
|
||||
}, {
|
||||
name: 'network',
|
||||
name: 'Network',
|
||||
view: <Requests />,
|
||||
}]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user