You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,9 @@
32
32
</p>
33
33
34
34
<palign="center">
35
-
<ahref="#getting-started">Getting started</a>
35
+
<ahref="#getting-started">Getting Started</a>
36
+
|
37
+
<ahref="#usage">Usage</a>
36
38
|
37
39
<ahref="#contributing">Contributing</a>
38
40
|
@@ -103,7 +105,7 @@ You can now import `@animo-id/expo-digital-credentials-api` in your application.
103
105
104
106
### Registering Credentials
105
107
106
-
To make Android aware of the credentials availble in your wallet, you need to register the credentials. Every time the credentials in your application changes, you should call this method again.
108
+
To make Android aware of the credentials available in your wallet, you need to register the credentials. Every time the credentials in your application changes, you should call this method again.
107
109
108
110
When registering credentials you can also choose the matcher that is used. When registering credentials with a new matcher the old matcher will not be used anymore (the latest register call always overrides previous calls). The supported matchers are:
109
111
@@ -256,7 +258,7 @@ export function MyCustomComponent({
256
258
257
259
If you're using Expo Router, the root application is automatically loaded and executed, even if a custom activity is launched in React Native, and thus your main application logic will be executed (although not visible).
258
260
259
-
To prevent this from happening, you can create a small wrapper that returns `null` when the current activity is the get credential activitiy using the `isGetCredentialActivity` method. Make sure to only call this method once your app component is loaded, to prevent the app loading to get stuck.
261
+
To prevent this from happening, you can create a small wrapper that returns `null` when the current activity is the get credential activity using the `isGetCredentialActivity` method. Make sure to only call this method once your app component is loaded, to prevent the app loading to get stuck.
@@ -271,8 +273,8 @@ export default function App() {
271
273
272
274
## Contributing
273
275
274
-
Is there something you'd like to fix or add? Great, we love community contributions! To get involved, please follow our [contribution guidelines](./CONTRIBUTING.md).
276
+
Is there something you'd like to fix or add? Great, we love community contributions! To get involved, please follow our [contribution guidelines](https://github.com/animo/.github/blob/main/CONTRIBUTING.md).
275
277
276
278
## License
277
279
278
-
Expo Digital Credentials Api is licensed under the [Apache 2.0](./LICENSE) license.
280
+
This repository is licensed under the [Apache 2.0](./LICENSE) license.
0 commit comments