Skip to content

Commit

Permalink
docs: add notify caution of capture method
Browse files Browse the repository at this point in the history
  • Loading branch information
YangJonghun committed Mar 11, 2024
1 parent 604fc6f commit 4f7f989
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/pages/component/methods.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ Notes:
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
```

- In order to save photos on iOS, user must accept permission to save photos. To enable this permission, you need to add the following to your `info.plist`

```xml
<key>NSPhotoLibraryAddUsageDescription</key>
<string>YOUR TEXT</string>
```

### `restoreUserInterfaceForPictureInPictureStopCompleted`

<PlatformsList types={['iOS']} />
Expand Down

0 comments on commit 4f7f989

Please sign in to comment.