From 4c632685b57c1a5db51b09a782225706ea889efb Mon Sep 17 00:00:00 2001 From: Elene Bochoradze Date: Tue, 4 Apr 2023 00:52:02 +0400 Subject: [PATCH] fix: change documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e211b5..8d0a6f8 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ For iOS, as part of the [react-native-permissions setup](https://github.com/reac ``` permissions_path = '../node_modules/react-native-permissions/ios' -pod 'Permission-Camera', :path => "#{permissions_path}/Camera" +pod 'Permission-Camera', :path => "#{permissions_path}/Camera/Permission-Camera.podspec" ``` You may also need to reset your simulator data after adding those permissions `Device -> Erase All Content and Settings...`