Skip to content

Commit 282f475

Browse files
committed
refactor(fonts): Remove MaterialIcons from used fonts in android (#485)
BREAKING CHANGE: Update link script in Package.json
1 parent fe8be54 commit 282f475

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

android/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ import com.android.build.OutputFile
7676
// Name of the font files you want to copy
7777
iconFontNames: [
7878
'FontAwesome.ttf',
79-
'MaterialIcons.ttf',
8079
'Octicons.ttf']
8180
]
8281

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"start:ios:tron": "TRON_ENABLED=true concurrently -r 'react-native start --reset-cache' 'react-native run-ios'",
1515
"clean": "rm -rf node_modules",
1616
"clean:android": "cd android && ./gradlew clean && cd -",
17-
"link": "react-native link",
17+
"link": "react-native link react-native-code-push && react-native link react-native-config && react-native link react-native-cookies && react-native link react-native-device-info && react-native link react-native-i18n && react-native link react-native-photo-view && react-native link react-native-safari-view && react-native link react-native-search-bar",
1818
"ios": "react-native run-ios",
1919
"android": "react-native run-android",
2020
"commitmsg": "minicat $GIT_PARAMS | commitlint",

0 commit comments

Comments
 (0)