Skip to content

Commit

Permalink
Update iOS configuration docs (#1473)
Browse files Browse the repository at this point in the history
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

Co-authored-by: Joel Arvidsson <joel@oblador.se>
  • Loading branch information
DiegoMCMartins and oblador authored May 1, 2024
1 parent cb350cc commit 18c89cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ To use the bundled icons on iOS, follow these steps:
_Note: 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 Setup

#### Option: With Gradle (recommended)
Expand Down

0 comments on commit 18c89cf

Please sign in to comment.