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.

Installation

To install the library, use the following command:

npm install pearpass-lib-ui-react-native-components

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 '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.

Depended Submodules

The following sibling submodules must be present in the workspace (they are not declared as npm dependencies):

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

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors