From f52c98abc4b9cc9cefa86535cbb6f207453766f0 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:45:53 +0100 Subject: [PATCH] chore: Amend the limitations with RN/Flutter not supported (#75) --- USAGE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/USAGE.md b/USAGE.md index 663f2017..6bc73781 100644 --- a/USAGE.md +++ b/USAGE.md @@ -239,3 +239,4 @@ private val client = OkHttpClient.Builder() - It's a representation of the user's screen, not a video recording nor a screenshot. - Custom views are not fully supported. - WebView is not supported, a placeholder will be shown. +- React Native and Flutter for Android aren't supported.