mirror of
https://github.com/standardnotes/mobile.git
synced 2026-01-27 09:08:13 -05:00
Functioning backup export for iOS and Android
This commit is contained in:
@@ -9,6 +9,8 @@ import android.support.annotation.Nullable;
|
||||
import android.view.WindowManager;
|
||||
|
||||
import com.facebook.react.ReactApplication;
|
||||
import com.vinzscam.reactnativefileviewer.RNFileViewerPackage;
|
||||
import com.rnfs.RNFSPackage;
|
||||
import com.swmansion.gesturehandler.react.RNGestureHandlerPackage;
|
||||
import com.facebook.react.ReactNativeHost;
|
||||
import com.facebook.react.ReactPackage;
|
||||
@@ -44,6 +46,8 @@ public class MainApplication extends Application implements ReactApplication {
|
||||
protected List<ReactPackage> getPackages() {
|
||||
return Arrays.<ReactPackage>asList(
|
||||
new MainReactPackage(),
|
||||
new RNFileViewerPackage(),
|
||||
new RNFSPackage(),
|
||||
new RNGestureHandlerPackage(),
|
||||
BugsnagReactNative.getPackage(),
|
||||
new KeychainPackage(),
|
||||
|
||||
Reference in New Issue
Block a user