Skip to content

Instantly share code, notes, and snippets.

@ratbeard
Last active July 25, 2018 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ratbeard/fbe2f9661830b793b08cab3e2317f58b to your computer and use it in GitHub Desktop.
Save ratbeard/fbe2f9661830b793b08cab3e2317f58b to your computer and use it in GitHub Desktop.
Dynamic styles for react native prototype
{
"currentFolderName": {
"color": "#ff0000",
"fontSize": 30,
"textAlign": "right"
},
"childFolder": {
"fontSize": 20,
"marginBottom": 10
},
"main": {
"flex": 1,
"backgroundColor": "gray"
}
}
React.createElement(
View,
null,
React.createElement(
Text,
null,
"Hello der"
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment