From 5f4611d65e40eae3ca6191a15f68d69ea5a1c4cb Mon Sep 17 00:00:00 2001 From: Kirill Rogovoy Date: Tue, 20 Jul 2021 21:24:52 +0300 Subject: WIP --- app/theme/fonts/index.ts | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 app/theme/fonts/index.ts (limited to 'app/theme/fonts') diff --git a/app/theme/fonts/index.ts b/app/theme/fonts/index.ts deleted file mode 100644 index e55248d..0000000 --- a/app/theme/fonts/index.ts +++ /dev/null @@ -1,12 +0,0 @@ -// import * as Font from "expo-font" - -export const initFonts = async () => { - // Refer to ./assets/fonts/custom-fonts.md for instructions. - // ... - // Welcome back! Just uncomment this and replace/append with your font file names! - // ⬇ - // await Font.loadAsync({ - // Montserrat: require("./Montserrat-Regular.ttf"), - // "Montserrat-Regular": require("./Montserrat-Regular.ttf"), - // }) -} -- cgit v1.2.3