{"id":46638203,"url":"https://github.com/tetherto/pearpass-lib-ui-react-native-components","last_synced_at":"2026-03-08T02:13:06.948Z","repository":{"id":334730579,"uuid":"1113288349","full_name":"tetherto/pearpass-lib-ui-react-native-components","owner":"tetherto","description":"PearPass is an open-source, privacy-first password manager with peer-to-peer syncing and end-to-end encryption. This repository contains shared core components used across the PearPass apps.","archived":false,"fork":false,"pushed_at":"2026-03-02T13:46:23.000Z","size":505,"stargazers_count":1,"open_issues_count":0,"forks_count":9,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-02T17:13:56.880Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pass.pears.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tetherto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-09T19:15:05.000Z","updated_at":"2026-02-06T08:21:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tetherto/pearpass-lib-ui-react-native-components","commit_stats":null,"previous_names":["tetherto/pearpass-lib-ui-react-native-components"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tetherto/pearpass-lib-ui-react-native-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetherto%2Fpearpass-lib-ui-react-native-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetherto%2Fpearpass-lib-ui-react-native-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetherto%2Fpearpass-lib-ui-react-native-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetherto%2Fpearpass-lib-ui-react-native-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tetherto","download_url":"https://codeload.github.com/tetherto/pearpass-lib-ui-react-native-components/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetherto%2Fpearpass-lib-ui-react-native-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30242406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:58:18.660Z","status":"online","status_checked_at":"2026-03-08T02:00:06.215Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-03-08T02:13:06.387Z","updated_at":"2026-03-08T02:13:06.933Z","avatar_url":"https://github.com/tetherto.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pearpass-lib-ui-react-native-components\n\nA library of reusable React Native components designed for the Pearpass ecosystem mobile applications\n\n## Table of Contents\n\n- [Table of Contents](#table-of-contents)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage Examples](#usage-examples)\n- [Dependencies](#dependencies)\n- [Related Projects](#related-projects)\n\n## Features\n\n- Prebuilt React Native components\n- Fully customizable and themeable using `pearpass-lib-ui-theme-provider`.\n- Optimized for performance and compatibility with modern React Native versions.\n\n## Installation\n\nTo install the library, use the following command:\n\n```bash\nnpm install pearpass-lib-ui-react-native-components\n```\n\nEnsure you have the required peer dependencies installed as well.\n\n## Usage Examples\n\nHere is a basic example of how to use a component from the library:\n\n```jsx\nimport { ButtonPrimary } from 'pearpass-lib-ui-react-native-components';\n\nconst App = () =\u003e {\n    return \u003cButtonPrimary /\u003e;\n};\n\nexport default App;\n```\n\n## Dependencies\n\nThis library has the following peer dependencies:\n\n- [`react`](https://reactjs.org/)\n- [`react-native`](https://reactnative.dev/)\n- [`react-native-svg`](https://github.com/software-mansion/react-native-svg)\n- [`styled-components`](https://styled-components.com/)\n\nFor a full list of dependencies, refer to the `package.json` file.\n\n## Depended Submodules\n\nThe following sibling submodules must be present in the workspace (they are not declared as npm dependencies):\n\n- [`pearpass-lib-ui-theme-provider`](../pearpass-lib-ui-theme-provider)\n- [`pearpass-utils-password-check`](../pearpass-utils-password-check)\n- [`tether-dev-docs`](../tether-dev-docs)\n\n## Related Projects\n\n- [pearpass-utils-password-check](https://github.com/tetherto/pearpass-utils-password-check): Utility functions for password validation.\n- [tether-dev-docs](https://github.com/tetherto/tether-dev-docs): Shared ESLint configurations and development tools for Tether projects.\n- [pearpass-lib-ui-theme-provider](https://github.com/tetherto/pearpass-lib-ui-theme-provider): Theme provider for consistent styling across Pearpass UI components.\n\n## License\n\nThis project is licensed under the Apache License, Version 2.0. See the [LICENSE](./LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetherto%2Fpearpass-lib-ui-react-native-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftetherto%2Fpearpass-lib-ui-react-native-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetherto%2Fpearpass-lib-ui-react-native-components/lists"}