From 6d4fbcbbc9a0d10a2851ecd30e3efacef9e4edfc Mon Sep 17 00:00:00 2001 From: honcon <76693958+honcon@users.noreply.github.com> Date: Fri, 3 May 2024 21:15:27 +0300 Subject: [PATCH] Add to README support for iOS image resources (#778) * Add to README support for iOS image resources * Update README.md Co-authored-by: Jesse Katsumata --------- Co-authored-by: Jesse Katsumata --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 71fe1240..7fc65d73 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,6 @@ export type MenuAction = { * image="plus" * @example // (Android) * image="ic_menu_add" - * - TODO: Allow images other than those included in SF Symbol and resources drawables */ image?: string; /**