Skip to content

Commit b6a683d

Browse files
Merge pull request #12 from passageidentity/PSG-4784
Update README.md
2 parents f84d73e + 6ae1c6f commit b6a683d

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1+
![Passage Swift](https://storage.googleapis.com/passage-docs/passage-github-banner.png)
12
# passage-flex-react-native
23

3-
<img src="https://storage.googleapis.com/passage-docs/passage-logo-gradient.svg" alt="Passage logo" style="width:250px;"/>
4-
54
[![npm version](https://badge.fury.io/js/@passageidentity%2Fpassage-flex-react-native.svg)](https://badge.fury.io/js/@passageidentity%2Fpassage-flex-react-native)
65

76
Passkey Flex provides passkey support for existing authentication systems. It abstracts the complexities of native passkey APIs and provides a simple, clean solution to take your authentication to the next level.
@@ -18,7 +17,7 @@ For full documentation, including setting up a backend SDK, visit the [Passkey
1817
1. Create a Passkey Flex app in the Passage Console at https://console.passage.id
1918
2. Add an Android and/or iOS app in the Native Apps section
2019
3. When you add your Native App info, you can generate the associated domain file for that app if you haven’t already created it yourself, as shown below:
21-
![Passage Native Apps screenshot](https://docs-v2.passage.id/_next/image?url=%2Fimages%2Fdownload-config.png&w=3840&q=75)
20+
![Passage Native Apps screenshot](https://docs.passage.id/_next/image?url=%2Fimages%2Fv1-doc-images%2Fios-download-config-file.png&w=3840&q=75)
2221

2322

2423
### Hosted associated domains files
@@ -60,7 +59,7 @@ npm i --save @passageidentity/passage-flex-react-native
6059

6160
### Bare React Native
6261

63-
See our [Passkey Complete documentation](https://docs.passage.id/mobile/cross-platform/cross-platform-passkey-configuration) for setting up a React Native app for passkeys and Passage.
62+
See our [Passkey Complete documentation](https://docs.passage.id/complete/cross-platform-passkey-configuration/cross-platform-ios-configuration) for setting up a React Native app for passkeys and Passage.
6463

6564

6665
## Usage
@@ -135,7 +134,16 @@ const deviceSupportsPasskeys = passageFlex.passkey.isSupported();
135134

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

138-
## License
137+
---
138+
<br />
139+
<p align="center">
140+
<picture>
141+
<source media="(prefers-color-scheme: light)" srcset="https://storage.googleapis.com/passage-docs/logo-small-light.pngg" width="150">
142+
<source media="(prefers-color-scheme: dark)" srcset="https://storage.googleapis.com/passage-docs/logo-small-dark.png" width="150">
143+
<img alt="Passage Logo" src="https://storage.googleapis.com/passage-docs/logo-small-light.png" width="150">
144+
</picture>
145+
</p>
139146

140-
MIT
147+
<p align="center">Give customers the passwordless future they deserve. To learn more check out <a href="https://passage.1password.com">passage.1password.com</a></p>
141148

149+
<p align="center">This project is licensed under the MIT license. See the <a href="./LICENSE"> LICENSE</a> file for more info.</p>

0 commit comments

Comments
 (0)