instabug integration

This commit is contained in:
Jarrad Hope
2016-11-15 09:22:19 +02:00
committed by Roman Volosovskyi
parent 459ce93220
commit a37ff23825
16 changed files with 372 additions and 30 deletions
@@ -3,6 +3,7 @@ package com.statusim;
import android.app.Application;
import com.facebook.react.ReactApplication;
import com.instabug.reactlibrary.RNInstabugReactnativePackage;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.react.shell.MainReactPackage;
@@ -38,6 +39,7 @@ public class MainApplication extends Application implements ReactApplication {
protected List<ReactPackage> getPackages() {
return Arrays.asList(
new MainReactPackage(),
new RNInstabugReactnativePackage("b239f82a9cb00464e4c72cc703e6821e",MainApplication.this,"shake"),
new StatusPackage(),
new RealmReactPackage(),
new VectorIconsPackage(),