1
0
mirror of synced 2024-11-27 17:00:55 +01:00

fix: crash due to react-native-fs package

This commit is contained in:
Juchan Roh 2023-02-05 01:16:20 +09:00
parent 51b2018d39
commit 21cc7d447e

View File

@ -28,7 +28,6 @@ public class MainApplication extends Application implements ReactApplication {
// packages.add(new MyReactNativePackage());
packages.add(new HcefPackage());
packages.add(new CardConvPackage());
packages.add(new RNFSPackage());
return packages;
}