{"id":50887876,"url":"https://github.com/microblink/blinkcard-react-native","last_synced_at":"2026-06-15T18:32:39.069Z","repository":{"id":39800833,"uuid":"359729498","full_name":"microblink/blinkcard-react-native","owner":"microblink","description":"AI-driven credit card scanning for cross-platform apps built with ReactNative.","archived":false,"fork":false,"pushed_at":"2026-05-26T12:46:37.000Z","size":4410,"stargazers_count":1,"open_issues_count":5,"forks_count":1,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-05-26T14:34:35.911Z","etag":null,"topics":["add-card","android","card","credit-card","cross-platform","ios","machine-learning","new-payment-method","react-native","reactnative","scanner","scanning","sdk"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microblink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":"COPYRIGHT.md","agents":null,"dco":null,"cla":null}},"created_at":"2021-04-20T07:49:37.000Z","updated_at":"2026-05-26T12:46:41.000Z","dependencies_parsed_at":"2025-05-04T03:30:54.650Z","dependency_job_id":null,"html_url":"https://github.com/microblink/blinkcard-react-native","commit_stats":null,"previous_names":["microblink/blinkcard-react-native"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/microblink/blinkcard-react-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microblink%2Fblinkcard-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microblink%2Fblinkcard-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microblink%2Fblinkcard-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microblink%2Fblinkcard-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microblink","download_url":"https://codeload.github.com/microblink/blinkcard-react-native/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microblink%2Fblinkcard-react-native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34376122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["add-card","android","card","credit-card","cross-platform","ios","machine-learning","new-payment-method","react-native","reactnative","scanner","scanning","sdk"],"created_at":"2026-06-15T18:32:37.750Z","updated_at":"2026-06-15T18:32:39.064Z","avatar_url":"https://github.com/microblink.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\" \u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/wiki/BlinkCard/BlinkCard-android/images/logo-microblink.png\" alt=\"Microblink\" title=\"Microblink\"\u003e\n\u003c/p\u003e\n\n# _BlinkCard_ React Native module\n\nThe BlinkCard SDK is a comprehensive solution for implementing secure card scanning on React Native. It offers powerful capabilities for capturing and analyzing a wide range of payment cards. The package consists of BlinkCard, which serves as the core module, and the BlinkCardUX package that provides a complete, ready-to-use solution with a user-friendly interface.\n\n**Please note that, for maximum performance and full access to all features, it’s best to go with one of our native SDKs (for [iOS](https://github.com/microblink/blinkcard-ios) or [Android](https://github.com/microblink/blinkcard-android)).**\n\nHowever, since the wrapper is open source, you can add the features you need on your own.\n\n# Table of contents\n- [Licensing](#licensing)\n- [Requirements](#requirements)\n- [Quickstart with the sample application](#quickstart-with-the-sample-application)\n  - [Android sample application](#android-sample-application)\n    - [On an emulator](#on-an-emulator)\n    - [On a physical device via USB](#on-a-physical-device-via-usb)\n  - [iOS sample application](#ios-sample-application)\n- [Plugin integration](#plugin-integration)\n- [Plugin usage](#plugin-usage)\n- [Plugin specifics](#plugin-specifics)\n  - [Scanning methods](#scanning-methods)\n  - [SDK loading \u0026 unloading](#sdk-loading--unloading)\n  - [BlinkCard Settings](#blinkcard-settings)\n  - [BlinkCard Results](#blinkcard-results)\n- [NPM](#npm)\n- [Additional information](#additional-information)\n\n## \u003ca name=\"licensing\"\u003e\u003c/a\u003e Licensing\nA valid license key is required to initialize the BlinkCard plugin. A free trial license key can be requested after registering at the [Microblink Developer Hub](https://developer.microblink.com/).\n\n## \u003ca name=\"requirements\"\u003e\u003c/a\u003e Requirements\n\n- BlinkCard React Native was built and tested with [React Native v0.82.1](https://github.com/facebook/react-native/releases/tag/v0.82.1)\n  - The BlinkCard React Native SDK is also compatible with React Native applications running on the old architecture as it contains backward compatibility with Native Module implementation.\n- For additional help with React-Native setup, view the official documentation [here](https://reactnative.dev/docs/set-up-your-environment).\n\n**Device requirements**\n\nThe BlinkCard React Native plugin requires:\n- iOS version 16.0 and above\n- Android API version 24 and above\n\n- For more detailed information about the BlinkCard Android and iOS requirements, view the native SDK documentation here ([Android](https://github.com/microblink/blinkcard-android?tab=readme-ov-file#-device-requirements) \u0026 [iOS](https://github.com/microblink/blinkcard-ios?tab=readme-ov-file#requirements)).\n\n## \u003ca name=\"quickstart-with-the-sample-application\"\u003e\u003c/a\u003e Quickstart with the sample application\nThe sample application demonstrates how the BlinkCard module is implemented, used and shows how to obtain the scanned results. \n\nIt contains the implementation for:\n1. The **default implementation** with the default BlinkCard UX scanning experience.\n2. **Multiside DirectAPI scanning** - extracting the card information from multiple static images (from the gallery).\n3. **Singleside DirectAPI scanning** - extracting the card information from a single static images (from the gallery).\n\nTo obtain and run the sample application, follow the steps below:\nMake sure you have Node \u0026 Watchman installed before running the sample application:\n```bash\n# install Watcman\nbrew install watchman\n\n# install Node\nbrew install node\n```\n\n**To install \u0026 run the sample application:**\n1. Git clone the repository:\n```bash\ngit clone https://github.com/microblink/blinkcard-react-native.git\n```\n2. Position to the obtained BlinkCard folder and run the `initBlinkCardReactNativeSample.sh` script:\n```bash\ncd blinkcard-react-native \u0026\u0026 ./initBlinkCardReactNativeSample.sh\n```\n3. After the script finishes running, position to the `BlinkCardSample` folder.\n\n**Running the sample application on Android**\n\n## \u003ca name=\"android-sample-application\"\u003e\u003c/a\u003e Android sample application\n\n### \u003ca name=\"on-an-emulator\"\u003e\u003c/a\u003e On an emulator:\n\nSimply execute the following command:\n\n```bash\nnpx react-native start\n```\n\nThen in another terminal, run:\n\n```bash\nnpx react-native run-android\n```\n\n**Alternative: Run directly via Android Studio:**\n\n1. Execute the following command:\n```bash\nnpx react-native start\n```\n2. Open the `android` folder via Android Studio in the `BlinkCardSample` folder to run the Android sample application.\n\n### \u003ca name=\"on-a-physical-device-via-usb\"\u003e\u003c/a\u003e On a physical device via USB:\n\n1. Connect your device via USB and enable USB debugging in Developer Options.\n2. Forward the Metro bundler port:\n```bash\nadb reverse tcp:8081 tcp:8081\n```\n3. Start Metro in one terminal:\n```bash\nnpx react-native start\n```\n4. In another terminal, build and run on the device:\n```bash\nnpx react-native run-android\n```\n\nor open it in Android Studio and run it on the physical device from there.\n\n## \u003ca name=\"ios-sample-application\"\u003e\u003c/a\u003e iOS sample application\n\n**Running the sample application on iOS**\n\n1. For running the sample application on iOS, execute the following command:\n```bash\nnpx react-native start\n```\n2. Open the `BlinkCardSample.xcworkspace` located in the `ios` folder\n3. Set your development team\n4. Press run\n\n## \u003ca name=\"plugin-integration\"\u003e\u003c/a\u003e Plugin integration\n\n1. To add the BlinkCard plugin to a React Native project, first create empty project if needed:\n```bash\nnpx @react-native-community/cli init YourAppName --package-name YourPackageName --title YourAppTitle --version \"React Native version\"\n```\n\n3. Install the `@microblink/blinkcard-react-native` dependency:\n```bash\n  npm install --save @microblink/blinkcard-react-native\n```\n\n4. Android: the BlinkCard library is available on Maven Central repository.\n\nIn your project root, add `mavenCentral()` repository to the repositories list, if not already present:\n```bash\nrepositories {\n    // ... other repositories\n    mavenCentral()\n}\n```\n\n5. iOS: position to the `ios` folder and run `pod install` to install the iOS dependency.\n\n## \u003ca name=\"plugin-usage\"\u003e\u003c/a\u003e Plugin usage\n\n### Minimal plugin example\n```typescript\n  import {\n    performScan,\n    BlinkCardSdkSettings,\n    BlinkCardSessionSettings\n  } from '@microblink/blinkcard-react-native';\n    /**\n     * Set your license key, depending on the platform\n     */\n    const licenseKey = Platform.select({\n      ios: 'your-ios-license-key',\n      android: 'your-android-license-key',\n    });\n\n    /**\n     * Call the performScan method\n     */\n    const blinkCardResult = await performScan(\n      // Add the BlinkCard SDK settings, with the license key\n      new BlinkCardSdkSettings({ licenseKey: licenseKey }),\n      // Add the BlinkCard Session settings\n      new BlinkCardSessionSettings(),\n    );\n\n    // get the results\n    console.log(`Cardholder name: ${blinkCardResult?.cardholderName}`);\n```\n### Advanced plugin integration\n\n1. After the dependency has been added to the project, first add the necessary import:\n```typescript\nimport {\n  performScan,\n  performDirectApiScan,\n} from '@microblink/blinkcard-react-native';\n```\n2. Add the license key, for each platform, obtained from the [Developer Hub portal](https://developer.microblink.com/):\n```typescript\n  const blinkCardLicenseKey = Platform.select({\n    ios: 'your-ios-key',\n    android:\n      'your-android-key',\n  });\n```\n\n3. Set all of the necessary BlinkCard settings (SDK settings, session settings, and the scanning settings). If the mentioned settings are not modified, the default values will be used:\n\n```typescript\n      const sdkSettings = new BlinkCardSdkSettings({\n            licenseKey: blinkCardLicenseKey\n          });\n      sdkSettings.downloadResources = true;\n\n      /**\n       * Create and modify the Session Settings\n       */\n      const sessionSettings = new BlinkCardSessionSettings();\n\n      /**\n       * Create and modify the scanning settings\n       */\n      const scanningSettings = new ScanningSettings();\n      scanningSettings.skipImagesWithBlur = true;\n      scanningSettings.tiltDetectionLevel = DetectionLevel.Mid;\n\n      /**\n       * Create and modify the liveness settings\n       */\n      const livenessSettings = new LivenessSettings();\n      livenessSettings.enableCardHelpInHandCheck = true;\n      livenessSettings.photocopyCheckStrictnessLevel = StrictnessLevel.Level5;\n\n      /**\n       * Create and modify the extraction settings\n       */\n      const extractionSettings = new ExtractionSettings();\n      extractionSettings.extractCardholderName = true;\n      extractionSettings.extractCvv = true;\n      extractionSettings.extractInvalidCardNumber = false;\n\n      /**\n       * Create and modify the anonymization settings\n       */\n      const anonymizationSettings = new AnonymizationSettings();\n      anonymizationSettings.cardholderNameAnonymizationMode =\n        AnonymizationMode.ImageOnly;\n      anonymizationSettings.cvvAnonymizationMode = AnonymizationMode.FullResult;\n      anonymizationSettings.cardNumberAnonymizationSettings =\n        new CardNumberAnonymizationSettings({\n          prefixDigitsVisible: 1,\n          suffixDigitsVisible: 2,\n        });\n\n      /**\n       * Create and modify the cropped image settings\n       */\n      const croppedImageSettings = new CroppedImageSettings();\n      croppedImageSettings.returnCardImage = true;\n\n      /**\n       * Place the above defined settings in the Scanning settings\n       */\n      scanningSettings.extractionSettings = extractionSettings;\n      scanningSettings.livenessSettings = livenessSettings;\n      scanningSettings.anonymizationSettings = anonymizationSettings;\n      scanningSettings.croppedImageSettings = croppedImageSettings;\n\n      /**\n       * Place the Scanning settings in the Session settings\n       */\n      sessionSettings.scanningSettings = scanningSettings;\n\n      /**\n       * Create and modify the UX settings\n       * This paramater is optional\n       */\n      const scanningUxSettings = new ScanningUxSettings();\n      scanningUxSettings.showHelpButton = true;\n      scanningUxSettings.showIntroductionAlert = false;\n      scanningUxSettings.preferredCameraPosition = CameraPosition.Back;\n      scanningUxSettings.allowHapticFeedback = true;\n```\n\n4. Call the appropriate scanning method (with the default UX, or DirectAPI for static images), handle the results and catch any errors:\n```typescript\n      const blinkCardResult = await performScan(\n        sdkSettings,\n        sessionSettings,\n        scanningUxSettings,\n      );\n\n      console.log(`${blinkCardResult?.cardholderName}`)\n```\n\n- The whole integration process can be found in the sample app `App.tsx` file [here](https://github.com/microblink/blinkcard-react-native/blob/main/sample_files/App.tsx).\n- The settings and the results that can be used with the BlinkCard module can be found in the paragraphs below, but also in the comments of each BlinkCard TS file.\n\n## \u003ca name=\"plugin-specifics\"\u003e\u003c/a\u003e Plugin specifics\nThe BlinkCard module implementation is located in the `src` folder [here](https://github.com/microblink/blinkcard-react-native/tree/main/BlinkCard/src), while platform-specific implementation is located in the `android` and `ios` folders.\n\n\n### \u003ca name=\"scanning-methods\"\u003e\u003c/a\u003e Scanning methods\nCurrently, the BlinkCard plugin contains the following methods: `performScan` and `performDirectApiScan`.\n\n**The `performScan` method**\n\nThe `performScan` method launches the BlinkCard scanning process with the default UX properties.\\\nIt takes the following parameters: \n1. BlinkCard SDK settings\n2. BlinkCard Session settings\n3. The optional BlinkCard scanning UX settings\n\n**BlinkCard SDK Settings** - `BlinkCardSdkSettings`: the class that contains all of the available SDK settings. It contains settings for the license key, and how the models (that the SDK needs for the scanning process) should be obtained.\n\n**BlinkCard Session Settings** - `BlinkCardSessionSettings`: the class that contains specific scanning configurations that define how the scanning session should behave.\n\n**BlinkCard Scanning UX settings** - `ScanningUxSettings` - the optional class that allows customization of various aspects of the UI used during the scanning process.\n\n- The implementation of the `performScan` method can be viewed here in the [index.tsx](https://github.com/microblink/blinkcard-react-native/blob/main/BlinkCard/src/index.tsx) file.\n\n**The `performDirectApiScan` method**\n\nThe `performDirectApiScan` method launches the BlinkCard scanning process intended for information extraction from static images.\\\nIt takes the following parameters: \n1. BlinkCard SDK settings\n2. BlinkCard Session settings\n3. The first side image string in the Base64 format\n4. The optional second side image string in the Base64 format\n\n**BlinkCard SDK Settings** - `BlinkCardSdkSettings`: the class that contains all of the available SDK settings. It contains settings for the license key, and how the models (that the SDK needs for the scanning process) should be obtained.\n\n**BlinkCard Session Settings** - `BlinkCardSessionSettings`: the class that contains specific scanning configurations that define how the scanning session should behave.\n\nThe first image Base64 string - `String`: image that represents one side of the card. \n- This image must contain the card side where the card number (PAN) is located. \n- If this side of the card contains all of the neccessary information (e.g. CVV, cardholder name) that were set in the `ExtractionSettings`, then no second image is required.\n\nThe optional second image Base64 string - `String`: image that represents one side of the card.\n- Required only if not all information specified in `ExtractionSettings` can be obtained from the first side of the card.\n\n- The implementation of the `performDirectApiScan` method can be viewed here in the [index.tsx](https://github.com/microblink/blinkcard-react-native/blob/main/BlinkCard/src/index.tsx) file.\n\n### \u003ca name=\"sdk-loading--unloading\"\u003e\u003c/a\u003e SDK loading \u0026 unloading\nThe BlinkCard SDK also contains methods for loading and unloading. These methods can be called before the scanning methods described above to preload the required resources and reduce the startup time of a scanning session. They can also be used to release resources after the scanning session has finished.\n\n**SDK loading**\n\nThe `loadSdk` method creates or retrieves the instance of the BlinkCard SDK. It initializes and loads the BlinkCard SDK if it is not already loaded.\n\nIt can be called in advance to **preload** the SDK before starting a scanning session. Doing so reduces loading time for the `performScan` and `performDirectApiScan` methods, since all resources will already be available and the license verified.\n\nIf the method is not called beforehand, it will still be automatically invoked on the native platform channels when a scan starts. However, the initial scan may take longer due to resource loading and license checks.\n\nIt takes the following parameter: [BlinkCardSdkSettings](#BlinkCard-settings), which is explained in more details below.\n\n**SDK unloading**\n\nThe `unloadSdk` platform method terminates the BlinkCard SDK and releases all associated resources. It safely shuts down the SDK instance and frees any allocated memory.\nAfter calling this method, you must reinitialize the SDK (by calling `loadSdk` or any of the scanning methods) before using it again.\n\nIt takes the following parameter: `deleteCachedResources`.\n- If set to `true` (`false` is default), the method performs a **complete cleanup**, including deletion of all downloaded and cached SDK resources from the device.\n\nThis method is automatically called after each successful scan session.\n\n### \u003ca name=\"BlinkCard-settings\"\u003e\u003c/a\u003e BlinkCard Settings\nThe BlinkCard SDK contains various settings, modifying different parts of scanning process:\n- BlinkCard SDK settings\n- BlinkCard Session settings\n- Scanning settings\n- Liveness settings\n- Extraction settings\n- Anonymization settings\n- Cropped image settings\n- Scanning UX settings\n\n1. [BlinkCard SDK settings](https://github.com/microblink/blinkcard-react-native/blob/main/BlinkCard/src/blinkCardSettings.ts#L12) - `BlinkCardSdkSettings` \\\nThese settings are used for the initialization of the BlinkCard SDK. It contains settings for the license key, and how the models (that the SDK needs for the scanning process) should be obtained.\n\n2. [BlinkCard Session settings](https://github.com/microblink/blinkcard-react-native/blob/main/BlinkCard/src/blinkCardSettings.ts#L95) - `BlinkCardSessionSettings`\\\nThese settings represent the configuration settings for a scanning session.\\\nThe class that contains specific scanning configurations that define how the scanning session should behave.\n\n3. [Scanning settings](https://github.com/microblink/blinkcard-react-native/blob/main/BlinkCard/src/blinkCardSettings.ts#L129) - `ScanningSettings`\\\nThese settings represent the configurable settings for scanning a card.\\\nThis class defines various parameters and policies related to the scanning process, including image quality handling, data extraction, anonymization, and liveness detection, along with options for frame processing and image extraction.\n\n4. [Liveness settings](https://github.com/microblink/blinkcard-react-native/blob/main/BlinkCard/src/blinkCardSettings.ts#L227) - `LivenessSettings`\\\nSettings for liveness detection during card scanning.\\\nThis class defines various parameters that control the behavior of liveness detection, including thresholds for hand detection, screen and photocopy analysis, and options to skip processing certain frames based on liveness criteria.\n\n5. [Extraction settings](https://github.com/microblink/blinkcard-react-native/blob/main/BlinkCard/src/blinkCardSettings.ts#L304) - `ExtractionSettings`\\\nSettings that control which fields and images should be extracted from the payment card.\\\nDisabling extraction of unused fields can improve recognition performance or reduce memory usage.\n\n6. [Anonymization settings](https://github.com/microblink/blinkcard-react-native/blob/main/BlinkCard/src/blinkCardSettings.ts#L374) - `AnonymizationSettings`\\\nHolds the settings which control the anonymization of returned data.\n\n7. [Cropped image settings](https://github.com/microblink/blinkcard-react-native/blob/main/BlinkCard/src/blinkCardSettings.ts#L433) - `CroppedImageSettings`\\\nThese settings represent the image cropping settings.\\\nThis class controls how card images are cropped, including the resolution, extension of the cropping area, and whether the cropped image should be returned in the results.\n\n8. [Scanning UX settings](https://github.com/microblink/blinkcard-react-native/blob/main/BlinkCard/src/blinkCardSettings.ts#L475) - `ScanningUxSettings`\\\nThese settings allow customization of various aspects of the UI/UX.\nDisplaying certain UI elements, haptic feedback, along with choosing the preffered camera position used when capturing document can modified.\n\n**Additional notes:**\n\n- The [blinkCardSettings.ts](https://github.com/microblink/blinkcard-react-native/blob/main/BlinkCard/src/blinkCardSettings.ts) file contains all the settings that can be modified and explains what each setting does in more detail.\n\n- The native documentation for the above mentioned settings can be found here for [Android](https://blinkcard.github.io/blinkcard-android/blinkcard-core/index.html) \u0026 [iOS](https://blinkcard.github.io/blinkcard-swift-package/documentation/blinkcard/).\n\n- The native Kotlin \u0026 Swift implementation of all BlinkCard settings can be found here for [Android](https://github.com/microblink/blinkcard-react-native/blob/main/BlinkCard/android/src/main/java/com/microblink/blinkcard/reactnative/serialization/BlinkCardDeserializationUtils.kt) \u0026 [iOS](https://github.com/microblink/blinkcard-react-native/blob/main/BlinkCard/ios/Serialization/BlinkCardDeserializationUtils.swift) in the BlinkCard deserialization utilities.\n\n### \u003ca name=\"BlinkCard-result\"\u003e\u003c/a\u003e BlinkCard Results\n\nThe result of the scanning process is stored in the `BlinkCardScanningResult`. It contains the results of scanning a card, including the extracted data, liveness information, and the card images:\n\n1. **Issuing network**- `string`\\\nPayment card's issuing network.\n\n2. **Card account result** - `CardAccountResult[]`\\\nPayment card accounts found on the card.\\\nA list of payment card accounts found on the card. Each result in the list represents a distinct payment account containing details like the card number, CVV, and expiry date.\n\n3. **IBAN** - `string?`\\\nThe IBAN (International Bank Account Number) of the card, or null if not available.\n\n4. **Cardholder name** - `string?`\\\nInformation about the cardholder name, or null if not available.\n\n5. **Overall card liveness result** - `CheckResult`\\\nThe overall liveness check result for the card.\\\nThis result aggregates the outcomes of various liveness checks performed on the card to determine its authenticity\n- Set to `Pass` if all individual checks have passed.\n- Set to `Fail` if any individual check has failed.\n\n**Additional notes:**\n\n- The [blinkCardResult.ts](https://github.com/microblink/blinkcard-react-native/blob/main/BlinkCard/src/blinkCardResult.ts) file contains all the results that can be obtained and explains what each result represents in more detail.\n\n- The native documentation for the above mentioned results can be found here for [Android](https://blinkcard.github.io/blinkcard-android/blinkcard-core/com.microblink.blinkcard.core.session/-blink-card-scanning-result/index.html) \u0026 [iOS](https://blinkcard.github.io/blinkcard-swift-package/documentation/blinkcard/blinkcardscanningresult).\n\n- The native Kotlin \u0026 Swift implementation of all BlinkCard results can be found here for [Android](https://github.com/microblink/blinkcard-react-native/blob/main/BlinkCard/android/src/main/java/com/microblink/blinkcard/reactnative/serialization/BlinkCardSerializationUtils.kt) \u0026 [iOS](https://github.com/microblink/blinkcard-react-native/blob/main/BlinkCard/ios/Serialization/BlinkCardSerializationUtils.swift) in the BlinkCard serialization utilities.\n\n## \u003ca name=\"npm\"\u003e\u003c/a\u003e NPM\n- The BlinkCard React Native module can also be found on NPM [here](https://www.npmjs.com/package/@microblink/blinkcard-react-native).\n\n## \u003ca name=\"additional-information\"\u003e\u003c/a\u003e Additional information\nFor any additional questions and information, feel free to contact us [here](https://help.microblink.com), or directly to the Support team via mail support@microblink.com.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicroblink%2Fblinkcard-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicroblink%2Fblinkcard-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicroblink%2Fblinkcard-react-native/lists"}