Skip to main content

React.Native

Deep link setup

For the App to App flow to work properly, a correct deep link configuration is required. That means

Pure React Native

This example does not use any special library, but expects the IDP selection screen to be implemented in the app. It implements the App to App flow as specified by gematik in https://wiki.gematik.de/display/IDPKB/App-App+Flow.

Source: https://github.com/azuma-healthtech-public/mimoto-examples/tree/main/react-native-ce

See Android example for the overall explanation and required configuration.

App-Auth with 'native code' exchange

This example uses https://github.com/FormidableLabs/react-native-app-auth and implements the App to App flow as specified by gematik in https://wiki.gematik.de/display/IDPKB/App-App+Flow.

Source: https://github.com/azuma-healthtech-public/mimoto-examples/tree/main/react-native-app-auth-ce

See Android example for the overall explanation and required configuration.

Code