Skip to content

Commit

Permalink
updated react-native config with font assets link
Browse files Browse the repository at this point in the history
  • Loading branch information
noumantahir committed Jul 31, 2021
1 parent ece5cb6 commit bff602b
Show file tree
Hide file tree
Showing 11 changed files with 137 additions and 139 deletions.
Binary file modified android/app/src/main/assets/fonts/EvilIcons.ttf
Binary file not shown.
Binary file modified android/app/src/main/assets/fonts/Feather.ttf
100755 → 100644
Binary file not shown.
Binary file modified android/app/src/main/assets/fonts/FontAwesome5_Brands.ttf
Binary file not shown.
Binary file modified android/app/src/main/assets/fonts/FontAwesome5_Regular.ttf
Binary file not shown.
Binary file modified android/app/src/main/assets/fonts/FontAwesome5_Solid.ttf
Binary file not shown.
Binary file modified android/app/src/main/assets/fonts/Ionicons.ttf
Binary file not shown.
Binary file modified android/app/src/main/assets/fonts/MaterialCommunityIcons.ttf
Binary file not shown.
Binary file modified android/app/src/main/assets/fonts/Octicons.ttf
Binary file not shown.
270 changes: 134 additions & 136 deletions ios/Ecency.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ios/Ecency/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<dict>
<key>bugsnag</key>
<dict>
<key>apiKey</key>
<string>88a8a25738939a80ba49f1d5289dbc80</string>
<key>apiKey</key>
<string>88a8a25738939a80ba49f1d5289dbc80</string>
</dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
Expand Down
2 changes: 1 addition & 1 deletion react-native.config.js
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'],
};

0 comments on commit bff602b

Please sign in to comment.