Skip to content

Commit 51c3fc4

Browse files
committed
react native fonts configured
1 parent 0283ee0 commit 51c3fc4

30 files changed

+84
-12
lines changed

.DS_Store

0 Bytes
Binary file not shown.

template/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import store from './src/store';
1717
import { QueryClient, QueryClientProvider } from 'react-query';
1818

1919
enableScreens();
20-
2120
FileLogger.configure({
2221
maximumFileSize: 1024 * 1024 * 5, // 5MB,
2322
maximumNumberOfFiles: 3,

template/android/app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: "com.android.application"
2+
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
23

34
import com.android.build.OutputFile
45

@@ -211,6 +212,7 @@ dependencies {
211212
implementation 'com.google.firebase:firebase-core:16.0.0'
212213

213214
implementation 'androidx.multidex:multidex:2.0.1'
215+
compile project(':react-native-vector-icons')
214216

215217
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
216218
exclude group:'com.facebook.fbjni'
68.7 KB
Binary file not shown.
64 KB
Binary file not shown.
13.1 KB
Binary file not shown.
54.7 KB
Binary file not shown.
162 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)