[RN] Remove duplicated font on Android
Copy it from the main fonts directory instead.
This commit is contained in:
parent
a1a394ad0b
commit
be8694f93e
|
@ -51,6 +51,7 @@ gradle.projectsEvaluated {
|
|||
//
|
||||
|
||||
def currentFontTask = tasks.create(name: "${buildType.name}CopyFonts", type: Copy) {
|
||||
from("${projectDir}/../../fonts/jitsi.ttf")
|
||||
from("${projectDir}/../../node_modules/react-native-vector-icons/Fonts/")
|
||||
into("${bundlePath}/assets/fonts")
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue