Skip to content

Commit

Permalink
Update readme (#1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
lb90 authored Mar 30, 2022
1 parent 5e93365 commit b869146
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,11 @@ These steps are optional and only needed if you want to use the `Icon.getImageSo
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile "com.android.support:appcompat-v7:23.0.1"
compile "com.facebook.react:react-native:+" // From node_modules
+ compile project(':react-native-vector-icons')
implementation fileTree(dir: "libs", include: ["*.jar"])
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules

+ implementation project(':react-native-vector-icons')
}
```

Expand Down

0 comments on commit b869146

Please sign in to comment.