{"id":22887254,"url":"https://github.com/appandflow/react-native-kondo","last_synced_at":"2025-05-07T11:15:57.794Z","repository":{"id":34847481,"uuid":"175862812","full_name":"AppAndFlow/react-native-kondo","owner":"AppAndFlow","description":"React Native primitives and utilities for design systems","archived":false,"fork":false,"pushed_at":"2023-01-04T21:44:49.000Z","size":2467,"stargazers_count":25,"open_issues_count":6,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T11:15:57.432Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://react-native-kondo.netlify.com","language":"TypeScript","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/AppAndFlow.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-03-15T17:18:46.000Z","updated_at":"2022-11-21T06:25:52.000Z","dependencies_parsed_at":"2023-01-15T09:33:09.965Z","dependency_job_id":null,"html_url":"https://github.com/AppAndFlow/react-native-kondo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppAndFlow%2Freact-native-kondo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppAndFlow%2Freact-native-kondo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppAndFlow%2Freact-native-kondo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppAndFlow%2Freact-native-kondo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AppAndFlow","download_url":"https://codeload.github.com/AppAndFlow/react-native-kondo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252865640,"owners_count":21816309,"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":[],"created_at":"2024-12-13T20:31:57.711Z","updated_at":"2025-05-07T11:15:57.725Z","avatar_url":"https://github.com/AppAndFlow.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![react-native-kondo logo](https://raw.githubusercontent.com/AppAndFlow/react-native-kondo/master/assets/logo.png)\n\n# react-native-kondo\n\nReact Native primitives and utilities for design systems.\n\nDraws a lot of inspiration from [Rebass](https://github.com/jxnblk/rebass).\n\n## Installation\n\n```sh\nnpm i react-native-kondo\n```\n\n## Usage\n\nImport and use the the components\n\n```jsx\nimport React from 'react';\nimport { Box, Text, Touchable } from 'react-native-kondo';\n\nconst HomeScreen = () =\u003e (\n  \u003cBox flex={1} justifyContent=\"space-between\" bg=\"white\" py={5} px={3}\u003e\n    \u003cText fontSize={5} color=\"deepPurple\" textAlign=\"center\"\u003e\n      Home\n    \u003c/Text\u003e\n    \u003cBox\u003e\n      \u003cTouchable alignItems=\"center\" bg=\"black\" border={1} p={3} my={2}\u003e\n        \u003cText fontSize={3} color=\"white\"\u003e\n          Continue\n        \u003c/Text\u003e\n      \u003c/Touchable\u003e\n      \u003cTouchable alignItems=\"center\" bg=\"white\" border={1} p={3} my={2}\u003e\n        \u003cText fontSize={3} color=\"black\"\u003e\n          Cancel\n        \u003c/Text\u003e\n      \u003c/Touchable\u003e\n    \u003c/Box\u003e\n  \u003c/Box\u003e\n);\n```\n\n## Documentation\n\nhttps://react-native-kondo.netlify.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappandflow%2Freact-native-kondo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappandflow%2Freact-native-kondo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappandflow%2Freact-native-kondo/lists"}