Skip to content

Instantly share code, notes, and snippets.

@marknutter
Last active December 15, 2015 23:09
Show Gist options
  • Save marknutter/5338643 to your computer and use it in GitHub Desktop.
Save marknutter/5338643 to your computer and use it in GitHub Desktop.
nativeState =
{
currentPane: "middle",
topBars:
{
activityTopBar:
{
title: "Test Activity 1",
activityState: "comments",
visible: true
},
subsectionTopBar:
{
visible: false,
title: ""
},
expandedCommentingTopBar:
{
visible: false
}
mainTopBar:
{
visible: false,
globalNotifier:
{
count: 2,
visible: true
},
notifier:
{
count: 5,
visible: true
}
}
},
bottomBars:
{
commentsBottomBar:
{
visible: true
},
tabBottomBar:
{
currentTab: "tasks",
visible: false
},
detailsBottomBar:
{
visible: false,
favorited: false,
editButtonVisible: false
}
},
quickAdd:
{
visible: false,
revealed: false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment