IOS Local Authentication face unlock

hey,
how can i configure local authentication in my application with face unlock

as per documentation of Expo CLI its define that write some code in app.json

"ios": {
  "infoPlist": {
    "NSCameraUsageDescription": "This app uses the camera to scan barcodes on event tickets."
  },
}

Please help me i am stuck over here.
Thanks in advance :slight_smile:

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.