Skip to content

Commit

Permalink
font icons support
Browse files Browse the repository at this point in the history
  • Loading branch information
pavjacko committed May 25, 2019
1 parent 374773f commit ce33e58
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 0 deletions.
Binary file added projectConfig/fonts/AntDesign.ttf
Binary file not shown.
Binary file added projectConfig/fonts/Entypo.ttf
Binary file not shown.
Binary file added projectConfig/fonts/EvilIcons.ttf
Binary file not shown.
Binary file added projectConfig/fonts/Feather.ttf
Binary file not shown.
Binary file added projectConfig/fonts/Foundation.ttf
Binary file not shown.
Binary file added projectConfig/fonts/Ionicons.ttf
Binary file not shown.
Binary file added projectConfig/fonts/MaterialCommunityIcons.ttf
Binary file not shown.
Binary file added projectConfig/fonts/MaterialIcons.ttf
Binary file not shown.
Binary file added projectConfig/fonts/Octicons.ttf
Binary file not shown.
Binary file added projectConfig/fonts/Zocial.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { createNavigator, createNavigatorView, createApp } from './navigator';
import ScreenHome from './screenHome';
import ScreenMyPage from './screenMyPage';
import Menu from './menu';
import Fonts from '../platformAssets/runtime/fontManager';

const Navigator = createNavigator({ ScreenHome, ScreenMyPage }, Menu);

Expand Down

0 comments on commit ce33e58

Please sign in to comment.