Last active
March 2, 2022 06:32
-
-
Save jonbeebe/4a5a3e161ef8c70c167103d3e6064dd0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"screens": { | |
"Tab1": { | |
"title": "T1 Tab", | |
"styles": { | |
"main": { | |
"backgroundColor": "green", | |
"width": "100%", | |
"height": "100%" | |
} | |
} | |
}, | |
"Tab2": { | |
"title": "T2 Tab" | |
}, | |
"Tab3": { | |
"title": "T3 Tab" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment