From b14958b1b0ea7eb114a8f037e8ddd87563e42c34 Mon Sep 17 00:00:00 2001 From: Nate Krieger Date: Thu, 5 Oct 2023 08:48:30 -0400 Subject: [PATCH] docs: Fix closing xml tag for CodeScanner docs (#1918) * add full list of supported codes to example and add closing xml tag * Revert exhaustive code list in example --------- Co-authored-by: Nate Krieger --- docs/docs/guides/CODE_SCANNING.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/CODE_SCANNING.mdx b/docs/docs/guides/CODE_SCANNING.mdx index c062010..fad97a9 100644 --- a/docs/docs/guides/CODE_SCANNING.mdx +++ b/docs/docs/guides/CODE_SCANNING.mdx @@ -48,7 +48,7 @@ To download the model when the user installs your app, add this to your `Android ... + android:value="barcode" /> ```