https://github.com/rhdeck/react-native-faceid-ios-enable
Enable FaceID for React-Native apps
https://github.com/rhdeck/react-native-faceid-ios-enable
Last synced: 11 months ago
JSON representation
Enable FaceID for React-Native apps
- Host: GitHub
- URL: https://github.com/rhdeck/react-native-faceid-ios-enable
- Owner: rhdeck
- License: mit
- Created: 2018-02-17T14:29:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T14:29:59.000Z (over 8 years ago)
- Last Synced: 2025-03-15T09:41:38.582Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-faceid-ios-enable
Adds security message to allow use of FaceID without requiring XCode intervention
# Usage
```bash
yarn add react-native-faceid-ios-enable
```
**Note** 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!"
}
```