From fcef4dba3a946d5bb017434aa35934d231cc88a2 Mon Sep 17 00:00:00 2001 From: Simanta Raj Sarma <139645750+SimantaRajSarma@users.noreply.github.com> Date: Tue, 11 Feb 2025 00:36:48 +0530 Subject: [PATCH] Update 03-icons.mdx a 'to' was missing in the first paragraph, added --- docs/docs/guides/03-icons.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/03-icons.mdx b/docs/docs/guides/03-icons.mdx index cbc593c136..39df931201 100644 --- a/docs/docs/guides/03-icons.mdx +++ b/docs/docs/guides/03-icons.mdx @@ -8,7 +8,7 @@ import IconsList from '@site/src/components/IconsList.tsx'; ## Configuring icons -Many of the components require the [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) library to render correctly. If you're using Expo, you don't need to do anything extra, but if it's a vanilla React Native project, you need link the library as described in the getting started guide. +Many of the components require the [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) library to render correctly. If you're using Expo, you don't need to do anything extra, but if it's a vanilla React Native project, you need to link the library as described in the getting started guide. If you opted out of vector icons support using [babel-plugin-optional-require](https://github.com/satya164/babel-plugin-optional-require), you won't be able to use icon names for the icon prop. Some components may not look correct without vector icons and might need extra configuration.