Skip to content

Commit

Permalink
Update README.md (oblador#1502)
Browse files Browse the repository at this point in the history
its a better way to add vector icons file in following android/app/build.gradle without having further complication
  • Loading branch information
aniketjha9179 authored Jul 17, 2023
1 parent 0b5607b commit 9e84c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ This method has the advantage of fonts being copied from this module at build ti
Edit `android/app/build.gradle` ( NOT `android/build.gradle` ) and add the following:

```gradle
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
apply from: file("../../node_modules/react-native-vector-icons/fonts.gradle")
```

To customize the files being copied, add the following instead:
Expand Down

0 comments on commit 9e84c4c

Please sign in to comment.