Hi, is it possible to use react-native-threads with react-native-compressor?
do I need to include react-native-compressor into MainApplication.java?
like in the example: packages.add(new RNThreadPackage(mReactNativeHost, new SomePackage1(), new SomePackage2()))?
Hi, is it possible to use
react-native-threadswithreact-native-compressor?do I need to include
react-native-compressorintoMainApplication.java?like in the example:
packages.add(new RNThreadPackage(mReactNativeHost, new SomePackage1(), new SomePackage2()))?