Compatibility
The @qitech/react-native-device-scan module requires the following minimum versions:
| Setting | Minimum version |
|---|---|
| React Native | 0.74 |
| React | 18.2.0 |
| iOS | 15.5 |
| Android API Level | 35 (Android 15) |
| Native Datadog SDK (iOS, brought in by the module) | 3.x |
Current package version
| Package | Version |
|---|---|
@qitech/react-native-device-scan | 1.2.0 |
@qitech/react-native-caas | 11.3.0 |
Warning
Our iOS SDKs only support simulators on arm64 architecture machines (M1/M2/M3/M4) with Rosetta active, translating the x86_64 architecture. We recommend using physical devices for testing.
Expo
The package includes an Expo config plugin that automatically applies the native iOS and Android setup. See Installation.
Warning
The module does not work in the Expo managed workflow without prebuild — you must generate the native projects with npx expo prebuild.