Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit a87b997

Browse files
committed
support android;
1 parent 01d3b2c commit a87b997

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

android/app/src/main/java/io/boostnote/MainApplication.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import com.facebook.soloader.SoLoader;
1111
import com.learnium.RNDeviceInfo.RNDeviceInfo;
1212
import com.microsoft.codepush.react.CodePush;
13+
import com.horcrux.svg.SvgPackage;
1314

1415
import java.util.Arrays;
1516
import java.util.List;
@@ -34,7 +35,8 @@ protected List<ReactPackage> getPackages() {
3435
new MyMainReactPackage(),
3536
new RNDeviceInfo(),
3637
new RNFetchBlobPackage(),
37-
new CodePush("byLfL38UaCCfKxo_2kTLHuR190e81a2d16b3-a6fd-494f-8deb-050bb34a68be", MainApplication.this, BuildConfig.DEBUG)
38+
new CodePush("byLfL38UaCCfKxo_2kTLHuR190e81a2d16b3-a6fd-494f-8deb-050bb34a68be", MainApplication.this, BuildConfig.DEBUG),
39+
new SvgPackage()
3840
);
3941
}
4042
};

0 commit comments

Comments
 (0)