Skip to content

Commit

Permalink
docs: add some missing docs
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Jul 3, 2024
1 parent 3bba49c commit b249c5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ That's it, you now have Ausweis App SDK configured for your iOS and Android proj

You can now import `@animo-id/expo-ausweis-sdk` in your application and use the methods from the SDK.

You can see the available [commands](https://www.ausweisapp.bund.de/sdk/commands.html#) and [messages](https://www.ausweisapp.bund.de/sdk/messages.html), which are typed in the `sendCommand` and `addMessageListener` methods.

```tsx
import { useEffect, useState } from 'react'
import { initializeSdk, sendCommand, addMessageListener } from '@animo-id/expo-ausweis-sdk'
Expand Down

0 comments on commit b249c5c

Please sign in to comment.