mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
migrating to react-native-vector-icons
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
rootProject.name = 'SubSonify'
|
||||
include ':react-native-vector-icons'
|
||||
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
|
||||
include ':react-native-fs'
|
||||
project(':react-native-fs').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-fs/android')
|
||||
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
||||
|
||||
Reference in New Issue
Block a user