diff --git a/docs/src/articles/guides/branding.md b/docs/src/articles/guides/branding.md index 09dc7c6b8..bcc0423a9 100644 --- a/docs/src/articles/guides/branding.md +++ b/docs/src/articles/guides/branding.md @@ -150,7 +150,7 @@ module.exports = { }; ``` -Run `npx react-native link` from the project root to link fonts with the native side. +Run `npx react-native link` (if you have RN versions >= 0.69 use `npm react-native-asset`) from the project root to link fonts with the native side. When it's done, create a `mapping.json` file and paste the code below to apply fonts to UI Kitten components. ```json {