Skip to content

Commit

Permalink
Fixes #133
Browse files Browse the repository at this point in the history
  • Loading branch information
bartonhammond committed Aug 30, 2016
1 parent 5279b42 commit 3f2da28
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ import com.android.build.OutputFile
*/

apply from: "../../node_modules/react-native/react.gradle"

apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
/**
* Set this to true to create two separate APKs instead of one:
* - An APK that only works on ARM devices
Expand Down Expand Up @@ -126,7 +126,6 @@ android {
}

dependencies {
compile project(':react-native-vector-icons')
compile project(':react-native-simpledialog-android')
compile project(':react-native-i18n')
compile fileTree(dir: "libs", include: ["*.jar"])
Expand Down
Binary file removed android/app/src/main/assets/Fonts/Entypo.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/Fonts/EvilIcons.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/Fonts/FontAwesome.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/Fonts/Foundation.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/Fonts/Ionicons.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/Fonts/MaterialIcons.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/Fonts/Octicons.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/Fonts/Zocial.ttf
Binary file not shown.
2 changes: 0 additions & 2 deletions android/app/src/main/java/com/snowflake/MainApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import android.util.Log;

import com.facebook.react.ReactApplication;
import com.oblador.vectoricons.VectorIconsPackage;
import com.burnweb.rnsimplealertdialog.RNSimpleAlertDialogPackage;
import com.i18n.reactnativei18n.ReactNativeI18n;
import com.facebook.react.ReactInstanceManager;
Expand All @@ -27,7 +26,6 @@ protected boolean getUseDeveloperSupport() {
protected List<ReactPackage> getPackages() {
return Arrays.<ReactPackage>asList(
new MainReactPackage(),
new VectorIconsPackage(),
new RNSimpleAlertDialogPackage(),
new ReactNativeI18n()
);
Expand Down
2 changes: 0 additions & 2 deletions android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
rootProject.name = 'snowflake'

include ':app'
include ':react-native-vector-icons'
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
include ':react-native-simpledialog-android'
project(':react-native-simpledialog-android').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-simpledialog-android/android')
include ':react-native-i18n'
Expand Down

0 comments on commit 3f2da28

Please sign in to comment.