1.0.0 • Published 8 years ago
react-native-faceid-ios-enable v1.0.0
react-native-faceid-ios-enable
Adds security message to allow use of FaceID without requiring XCode intervention
Usage
yarn add react-native-faceid-ios-enableNote You can determine the text for the camera permission message via the IOSFaceIDPrivacyText property of your package.json file. To set text, just set the value like so before adding the package:
{
...
dependencies: {
...
},
IOSFaceIDPrivacyText: "Please let me use the camera!"
}1.0.0
8 years ago