-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated react-native config with font assets link
- Loading branch information
1 parent
ece5cb6
commit bff602b
Showing
11 changed files
with
137 additions
and
139 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file modified
BIN
+2.91 KB
(110%)
android/app/src/main/assets/fonts/Feather.ttf
100755 → 100644
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+563 KB
(280%)
android/app/src/main/assets/fonts/MaterialCommunityIcons.ttf
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module.exports = { | ||
dependencies: {}, | ||
assets: ['react-native-vector-icons'], | ||
assets: ['react-native-vector-icons', './src/assets/fonts'], | ||
}; |