How to use react-native-idnow - 1 common examples

To help you get started, we’ve selected a few react-native-idnow examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github bitwala / react-native-idnow / demo / ReactNativeIDnowSample / App.tsx View on Github external
onPress={async () => {
            try {
              const resp = await IDnowManager.startVideoIdent(options);
              console.warn('==== resp', resp);
            } catch (e) {
              console.warn('==== e', e);
            }
          }}
        />

react-native-idnow

React Native IDnow binding for iOS/Android platforms.

MIT
Latest version published 1 year ago

Package Health Score

49 / 100
Full package analysis

Popular react-native-idnow functions