From 076a71cd09bde8e1d5424ddf010665e76ebcaf59 Mon Sep 17 00:00:00 2001 From: Diego Miguel <62427373+DiegoMCMartins@users.noreply.github.com> Date: Fri, 9 Dec 2022 11:57:03 -0300 Subject: [PATCH] Update Ios Configuration docs Updating the ios configuration section. I've problems with `duplicate file outputs` on build, when trying to install just one font on Ios. When I used pod install, this solved my problem --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5d57f7ea4..81d2a202e 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ module.exports = { _Note: you need to recompile your project after adding new fonts._ +_Note 2: if you're getting problems with `duplicate outputs file` for fonts on ios build, try running `cd ios && pod install` after the `react-native.config.js` configuration._ + ### Android #### Option: With Gradle (recommended)