Skip to content

Commit

Permalink
docs: switch to using npx for local bin files
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Oct 8, 2024
1 parent 3b67e07 commit ae8c455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SETUP-REACT-NATIVE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
1. To use the icon packages you previously installed on iOS, run:

```sh
npm run rnvi-update-plist packages.json ios/AppName/Info.plist
npx rnvi-update-plist packages.json ios/AppName/Info.plist
```

2. Open `ios/Info.plist` and verify that the property called **Fonts provided by application** (or **UIAppFonts** if opening the file in a text editor) is present and contains the expected entries. For example:
Expand Down

0 comments on commit ae8c455

Please sign in to comment.