mirror of
https://github.com/standardnotes/mobile.git
synced 2026-01-27 09:08:13 -05:00
Exception handling
This commit is contained in:
@@ -19,6 +19,7 @@ import com.hieuvp.fingerprint.ReactNativeFingerprintScannerPackage;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
import com.bugsnag.BugsnagReactNative;
|
||||
|
||||
public class MainApplication extends NavigationApplication {
|
||||
|
||||
@@ -32,6 +33,7 @@ public class MainApplication extends NavigationApplication {
|
||||
protected List<ReactPackage> getPackages() {
|
||||
return Arrays.asList(
|
||||
// new MainReactPackage(),
|
||||
BugsnagReactNative.getPackage(),
|
||||
new KeychainPackage(),
|
||||
new VectorIconsPackage(),
|
||||
new RCTAesPackage(),
|
||||
@@ -86,6 +88,7 @@ public class MainApplication extends NavigationApplication {
|
||||
}
|
||||
});
|
||||
|
||||
BugsnagReactNative.start(this);
|
||||
SoLoader.init(this, /* native exopackage */ false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user