UNPKG

930 BMarkdownView Raw
1# react-native-device-info Windows Implementation
2
3## Minimum supported versions
4
5- react-native-windows 0.63 or newer
6- MSVC build tools v142 (included in Visual Studio 2019) or newer
7- x86, x64, or arm64 are supported, arm (32-bit) is not supported
8
9## Automatic install with autolinking
10
11react-native-device-info supports autolinking. Just call: `npm i react-native-device-info --save`
12
13## Module development
14
15If you want to contribute to this module Windows implementation, first you must install the [Windows Development Dependencies](https://aka.ms/rnw-deps).
16
17You must temporarily install the `react-native-windows` package. Versions of `react-native-windows` and `react-native` must match, e.g. if the module uses `react-native@0.62`, install `npm i react-native-windows@^0.62 --dev`.
18
19Now, you will be able to open corresponding `RNDeviceInfoCPP...sln` file, e.g. `RNDeviceInfoCPP62.sln` for `react-native-windows@0.62`.