Skip to content

Commit

Permalink
Fix incorrect syntax in Android setup in README (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
developerdanx authored Nov 9, 2023
1 parent 69841af commit 7e8529c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ To make font management smoother on Android, use this method:
To customize the fonts being copied, use:
```gradle
project.ext.vectoricons = {
project.ext.vectoricons = [
iconFontNames: [ 'MaterialIcons.ttf', 'EvilIcons.ttf' ] // Specify font files
}
]
apply from: file("../../node_modules/react-native-vector-icons/fonts.gradle")
Expand Down

0 comments on commit 7e8529c

Please sign in to comment.