Skip to content

tetherto/pearpass-lib-ui-react-native-components

Repository files navigation

pearpass-lib-ui-react-native-components

A library of reusable React Native components designed for the Pearpass ecosystem mobile applications

Table of Contents

Features

  • Prebuilt React Native components
  • Fully customizable and themeable using pearpass-lib-ui-theme-provider.
  • Optimized for performance and compatibility with modern React Native versions.

Security Notice

  1. To ensure the security and integrity of your projects, please note that official PearPass packages are distributed exclusively through our GitHub organization.
  2. Any packages with similar names found on the npm registry or other third-party package managers are not affiliated with PearPass and should be strictly avoided. We recommend installing directly from this repository to ensure you are using the verified, open-source version.

Installation

To install the library, use the following command:

npm install git+https://github.com/tetherto/pearpass-lib-ui-react-native-components.git

Ensure you have the required peer dependencies installed as well.

Usage Examples

Here is a basic example of how to use a component from the library:

import { ButtonPrimary } from '@tetherto/pearpass-lib-ui-react-native-components';

const App = () => {
    return <ButtonPrimary />;
};

export default App;

Dependencies

This library has the following peer dependencies:

For a full list of dependencies, refer to the package.json file.

Related Projects

License

This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.

About

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.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors