An open API service indexing awesome lists of open source software.

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

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!"
}
```