# React-Native

- [Project Setup](https://docs.accurascan.com/language/react-native/project-setup.md)
- [Android Setup](https://docs.accurascan.com/language/react-native/android-setup.md)
- [Adding Permissions, Packaging options and Auth Token](https://docs.accurascan.com/language/react-native/android-setup/adding-permissions-packaging-options-and-auth-token.md)
- [Adding License](https://docs.accurascan.com/language/react-native/android-setup/adding-license.md)
- [iOS Setup](https://docs.accurascan.com/language/react-native/ios-setup.md)
- [Adding Permissions.](https://docs.accurascan.com/language/react-native/ios-setup/adding-permissions..md)
- [Adding License](https://docs.accurascan.com/language/react-native/ios-setup/adding-license.md)
- [Functions](https://docs.accurascan.com/language/react-native/functions.md)
- [Fetching License Details](https://docs.accurascan.com/language/react-native/functions/fetching-license-details.md)
- [Setting Configurations, Error messages, Camera customization](https://docs.accurascan.com/language/react-native/functions/setting-configurations-error-messages-camera-customization.md): The following methods are commonly used to set up configurations, error messages, scanning title messages, and camera customization
- [OCR](https://docs.accurascan.com/language/react-native/functions/ocr.md): Accura Scan’s OCR scans and extracts data from any government Id globally.
- [MRZ](https://docs.accurascan.com/language/react-native/functions/mrz.md): Accura Scan’s MRZ scans and extracts the MRZ data from any government Id globally.
- [Barcode & Bankcard](https://docs.accurascan.com/language/react-native/functions/barcode-and-bankcard.md): Accura Scan’s solution scans and extracts data from Barcodes as well as Bank cards.
- [Facematch & Liveness](https://docs.accurascan.com/language/react-native/functions/facematch-and-liveness.md): Accura Scan face biometrics solution matches the selfie image with the image on the id card and also confirms if the user was live or not during the process.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.accurascan.com/language/react-native.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
