Skip to content

Commit

Permalink
Update Windows instructions (#1272)
Browse files Browse the repository at this point in the history
Included new Windows instructions since the old instructions don't work for VS2019
  • Loading branch information
alexanderblackh committed Jan 18, 2021
1 parent 4438ed9 commit 119b234
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,9 @@ _Note: you need to recompile your project after adding new fonts, also ensure th

### Windows via [`react-native-windows`](https://github.com/ReactWindows/react-native-windows)

- Open your solution in Visual Studio, right click the Assets folder in your solution, click **Add Existing**.
- Browse to the `node_modules\react-native-vector-icons\Fonts` folder, select the required font files
- Click the **Add** drop-down and select **Add as Link**.
- Set **Copy To Output Directory** property of each font file to **Copy if newer**
- In the top level projects (/windows/project-name/Assets), copy and paste the font files.
- Open your solution in Visual Studio, right click the Assets folder in your solution, click **Add > Existing Item**.
- Select the fonts that were into /windows/project-name/assets and click **Add**.

_Note: you need to recompile your project after adding new fonts._

Expand Down

0 comments on commit 119b234

Please sign in to comment.