We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6604f44 + 99a60de commit aa85e11Copy full SHA for aa85e11
README.md
@@ -36,11 +36,24 @@ Samsung and MeiZu's Fingerprint SDK supports most devices which system versions
36
37
## Installation
38
39
-`$ npm install react-native-fingerprint-scanner --save`
+```sh
40
+$ npm install react-native-fingerprint-scanner --save
41
+```
42
+or
43
44
+$ yarn add react-native-fingerprint-scanner
45
46
47
### Automatic Configuration
48
+For RN >= 0.60
49
50
+$ cd ios && pod install
51
52
-`$ react-native link react-native-fingerprint-scanner`
53
+For RN < 0.60, use react-native link to add the library to your project:
54
55
+$ react-native link react-native-fingerprint-scanner
56
57
58
### Manual Configuration
59
0 commit comments