{"id":21324166,"url":"https://github.com/rnkids/styled-system-native","last_synced_at":"2025-07-12T06:31:37.014Z","repository":{"id":42876639,"uuid":"195325388","full_name":"rnkids/styled-system-native","owner":"rnkids","description":"React Native components for in-line styling, build with styled-system and styled-components","archived":false,"fork":false,"pushed_at":"2023-01-06T03:46:44.000Z","size":492,"stargazers_count":17,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-29T11:52:41.407Z","etag":null,"topics":["react-native","styled-components","styled-system"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rnkids.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-05T02:25:08.000Z","updated_at":"2021-02-26T12:12:19.000Z","dependencies_parsed_at":"2023-02-05T06:00:51.081Z","dependency_job_id":null,"html_url":"https://github.com/rnkids/styled-system-native","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rnkids/styled-system-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnkids%2Fstyled-system-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnkids%2Fstyled-system-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnkids%2Fstyled-system-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnkids%2Fstyled-system-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rnkids","download_url":"https://codeload.github.com/rnkids/styled-system-native/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnkids%2Fstyled-system-native/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264951541,"owners_count":23687972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react-native","styled-components","styled-system"],"created_at":"2024-11-21T20:32:13.178Z","updated_at":"2025-07-12T06:31:36.758Z","avatar_url":"https://github.com/rnkids.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Styled System Native\n\nReact Native components for in-line styling, build with styled-components. \nInspired from: styled-system-html\n\n## Usage\n```\n$ npm i -S styled-system-native\n```\nThen styled it like [styled-system](https://styled-system.com/api)\n```jsx\nimport React from 'react';\nimport { Text, View, Button } from \"styled-system-native\";\n\nconst App = () =\u003e {\n    return (\n        \u003cView flex={1} justifyContent=\"center\" alignItems=\"center\"\u003e\n            \u003cButton\n                color=\"red\"\n                bg=\"blue\"\n                justifyContent=\"center\"\n                alignItems=\"center\"\n                size={64}\n                onPress={() =\u003e {console.log(\"rnkids.github.io\")}}\n            \u003e\n                Press\n            \u003c/Button\u003e\n        \u003c/View\u003e\n    );\n}\nexport default App;\n```\n\nCreated by rnkids","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frnkids%2Fstyled-system-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frnkids%2Fstyled-system-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frnkids%2Fstyled-system-native/lists"}