{"id":3947,"url":"https://github.com/nachos-ui/nachos-ui","last_synced_at":"2026-01-15T23:51:29.053Z","repository":{"id":16728643,"uuid":"80427998","full_name":"nachos-ui/nachos-ui","owner":"nachos-ui","description":"Nachos UI is a React Native component library.","archived":false,"fork":false,"pushed_at":"2021-03-12T10:42:57.000Z","size":1507,"stargazers_count":2066,"open_issues_count":13,"forks_count":116,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-03-31T23:35:55.150Z","etag":null,"topics":["react","react-native","react-native-web","uikit","web"],"latest_commit_sha":null,"homepage":"https://avocode.com/nachos-ui/","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/nachos-ui.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-30T14:22:09.000Z","updated_at":"2025-03-31T07:12:58.000Z","dependencies_parsed_at":"2022-09-11T07:00:42.623Z","dependency_job_id":null,"html_url":"https://github.com/nachos-ui/nachos-ui","commit_stats":null,"previous_names":["avocode/nachos-ui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nachos-ui%2Fnachos-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nachos-ui%2Fnachos-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nachos-ui%2Fnachos-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nachos-ui%2Fnachos-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nachos-ui","download_url":"https://codeload.github.com/nachos-ui/nachos-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247755560,"owners_count":20990620,"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","react-native","react-native-web","uikit","web"],"created_at":"2024-01-05T20:16:56.206Z","updated_at":"2026-01-15T23:51:29.022Z","avatar_url":"https://github.com/nachos-ui.png","language":"JavaScript","funding_links":[],"categories":["Components","Mobile UI Components","JavaScript"],"sub_categories":["UI","React Native"],"readme":"![Nachos UI](https://cldup.com/xHYkAezOnI.jpg)\n\n[![Build Status](https://api.travis-ci.org/avocode/nachos-ui.svg?branch=master)](https://travis-ci.org/avocode/nachos-ui)\n\n## Intro\n\nNachos UI is a React Native component library. [Read more](https://medium.com/avocode-stories/my-experience-of-building-nachos-ui-kit-for-react-native-c8307500b8a4#.sh5cvk242) about how we built it on Medium.\n\n### Features:\n\n- Over 30 UI components\n- Customizable UI components\n- Works on **Web** thanks to [React Native for Web](https://github.com/necolas/react-native-web)\n- Jest [Snapshot Testing](http://facebook.github.io/jest/docs/snapshot-testing.html)\n- Uses [Prettier](https://github.com/jlongster/prettier) an opinionated JavaScript formatter.\n- Uses [Yarn](https://yarnpkg.com/)\n\n\n## Getting started\n\n\u003e **Requires React Native 0.40 and higher.**\n\n```\n$ npm install --save nachos-ui  \n```\n\nOR\n\n```\n$ yarn add nachos-ui\n```\n\nThe ThemeProvider component should be set at the highest level of your app. If it is not, Nachos UI components will NOT render.\n\n```\nimport { ThemeProvider } from \"nachos-ui\";\n\nexport default (App = () =\u003e (\n  \u003cThemeProvider\u003e\n    \u003cRestOfYourApp /\u003e\n  \u003c/ThemeProvider\u003e\n));\n```\n\n```jsx\nimport React from 'react'\nimport { View } from 'react-native'\nimport { Button } from 'nachos-ui'\n\nconst App = () =\u003e {\n  return (\n    \u003cView\u003e\n    \t\u003cButton\u003eButton\u003c/Button\u003e\n    \u003c/View\u003e\n  )\n}\n```\n\n\n## Documentation\n\n\nVisit the documentation at https://avocode.com/nachos-ui/docs/ with technical information about each component.\n\n\n## Contributing\n\n**Contributions are always welcome!** Before contributing, please read our [Code Of Conduct](https://github.com/avocode/nachos-ui/blob/master/CODE_OF_CONDUCT.md).\n\nRead [Contributing](https://github.com/avocode/nachos-ui/blob/master/CONTRIBUTING.md).\n\n\n## Developers\n\nTo play with Nachos UI locally first clone the repository:\n\n```\n$ git clone git@github.com:avocode/nachos-ui.git\n```\n\nIdeally use Yarn to install your dependencies. It's fast and consistent:\n\n```\n$ yarn install\n```\n\nTo run the iOS simulator run:\n\n```\n$ yarn run start\n```\n\nTo run the Web version:\n\n```\n$ yarn run start:web\n```\n\n\n## License\n\nNachos UI is open source and released under the [MIT License](https://github.com/avocode/nachos-ui/blob/master/LICENSE).\n\n## Thanks!\n\n- [Vacuumlabs](https://vacuumlabs.com/)\n- [Polgár András](https://github.com/azazdeaz)\n- [Oliver Drahota](https://github.com/csidro)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnachos-ui%2Fnachos-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnachos-ui%2Fnachos-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnachos-ui%2Fnachos-ui/lists"}