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