Skip to content

Commit 9bdbbcf

Browse files
Merge pull request #22 from peterferguson/feat/android-public-key-getter
Add `getPublicKey` method to response on Android
2 parents 71ec2e3 + 137a7a1 commit 9bdbbcf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+563
-1219
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ project.xcworkspace
3131
.classpath
3232
.cxx
3333
.gradle
34+
.apk
3435
.idea
3536
.project
3637
.settings

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The file should be hosted at:
9292
https://<your_domain>/.well-known/assetlinks.json
9393
```
9494

95-
and should look something like this:
95+
and should look something like this (you can generate this file using the [Android Asset Links Assistant](https://developers.google.com/digital-asset-links/tools/generator)):
9696

9797
```json
9898
[

example/android/.gitignore

Lines changed: 0 additions & 15 deletions
This file was deleted.

example/android/app/build.gradle

Lines changed: 0 additions & 180 deletions
This file was deleted.

example/android/app/debug.keystore

-2.2 KB
Binary file not shown.

example/android/app/proguard-rules.pro

Lines changed: 0 additions & 14 deletions
This file was deleted.

example/android/app/src/debug/AndroidManifest.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

example/android/app/src/debug/java/uk/co/peterferguson/passkeyexample/ReactNativeFlipper.java

Lines changed: 0 additions & 75 deletions
This file was deleted.

example/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)