Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

fix: change documentation #413

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...`
Expand Down