diff --git a/README.md b/README.md index 7809599c1..7fce5676b 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,11 @@ To set up the library on your macOS project using `react-native-macos`, follow t 2. Edit your `Info.plist` and include a new property named **Application fonts resource path** (or `ATSApplicationFontsPath` if Xcode's autocomplete isn't functioning or you're not using Xcode). Set the value of this property to `Fonts`. +3. From your project's `/ios` folder run: +```sh +bundle exec pod install +``` + _Please note that after adding new fonts, you need to recompile your project. Also, make sure that the `Fonts` folder is present under the **Copy Bundle Resources** section within the **Build Phases** of your Xcode project._ These steps will effectively integrate the vector icons library into your macOS project while utilizing the `react-native-macos` framework. @@ -771,4 +776,4 @@ Sometimes vendors decides to remove some icons from newer releases, this has not This project is licenced under the [MIT License](http://opensource.org/licenses/mit-license.html). -Any bundled fonts are copyright to their respective authors and mostly under MIT or [SIL OFL](http://scripts.sil.org/OFL). \ No newline at end of file +Any bundled fonts are copyright to their respective authors and mostly under MIT or [SIL OFL](http://scripts.sil.org/OFL).