Skip to content

Commit

Permalink
Merge branch 'one-3406-components-readme' into 'main'
Browse files Browse the repository at this point in the history
ONE-3406: README docs

See merge request procivis/one/one-react-native-components!158
  • Loading branch information
procivisAG committed Oct 22, 2024
2 parents 15180f0 + af57409 commit 442d25e
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 204 deletions.
198 changes: 0 additions & 198 deletions CONTRIBUTING.md

This file was deleted.

61 changes: 55 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,44 @@
# @procivis/one-react-native-components
![Procivis One](docs/assets/logo_dark_Procivis_One.png#gh-light-mode-only)
![Procivis One](docs/assets/logo_light_Procivis_One.png#gh-dark-mode-only)

Common Procivis ONE UI components for react-native
# One Core React Components

React Native UI components for the [Procivis One Wallet][wallet].

The Procivis One Wallet uses the [Procivis One Core][core] for all SSI functionality
via the [One Core React Native SDK][rncore].

The Procivis One Core is a complete solution capable of powering every element
of the digital identity credential lifecycle. See the complete solution [architecture][archi].

## How to use the One Core React Components

- Use the library for UI elements for your digital wallet app
- Use the [Procivis One Wallet][wallet] for a free-standing solution that can be white-labeled
- Use the [One Core React Native SDK][rncore] to embed wallet capabilities into an existing app

## Getting started

### Trial

The fastest way to get started with the Procivis One Wallet is to download the app
from the iOS or Android app stores and [join our Trial Environment][trial].
In the trial environment, you are given control of an organization on our server
solution, the Procivis One Desk, and can quickly begin issuing and verifying credentials.

### Documentation

See our documentation:

- [Core SDK Reference][sdkref]
- [Docs home][docs]

## Installation

```sh
npm install @procivis/one-react-native-components
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## NPM package release management

> **_NOTE:_** Git working directory should be clean (haven't uncommitted changes)
Expand Down Expand Up @@ -42,3 +69,25 @@ npm run commit -- 'v0.2.2: Fixes'
```shell
git push origin v0.2.2
```

## Support

Need support or have feedback? [Contact us](https://www.procivis.ch/en/contact).

## License

Some rights reserved. This library is published under the [Apache License
Version 2.0](./LICENSE).

![Procivis AG](docs/assets/logo_light_mode_Procivis.svg#gh-light-mode-only)
![Procivis AG](docs/assets/logo_dark_mode_Procivis.svg#gh-dark-mode-only)

© Procivis AG, [https://www.procivis.ch](https://www.procivis.ch).

[archi]: https://github.com/procivis#architecture
[core]: https://github.com/procivis/one-core
[docs]: https://docs.procivis.ch/
[rncore]: https://github.com/procivis/react-native-one-core
[sdkref]: https://docs.procivis.ch/sdk/overview
[trial]: https://docs.procivis.ch/trial/intro
[wallet]: https://github.com/procivis/one-wallet
Binary file added docs/assets/logo_dark_Procivis_One.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docs/assets/logo_dark_mode_Procivis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/logo_light_Procivis_One.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 442d25e

Please sign in to comment.