diff --git a/.repo/permissions.gif b/.repo/permissions.gif new file mode 100644 index 00000000..ed77de72 Binary files /dev/null and b/.repo/permissions.gif differ diff --git a/README.md b/README.md index 9c549f7b..810a66e4 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ You can handle permissions yourself in whatever way you want, but if you make a With CameraKit, we will automatically prompt for the `android.permission.CAMERA` permission if it's not available. If you want to handle it yourself, just make sure you dont call `CameraView.start()` until you acquire the permissions. -[Insert GIF] +![Permissions behavior gif](.repo/permissions.gif) ## Dynamic Sizing Behavior