Refactor postlist to include Android Pie fixes and smoother scrolling (#2161)

This commit is contained in:
Elias Nahum
2018-09-26 11:43:33 -03:00
committed by Harrison Healey
parent f7c7e70a37
commit f522df7a2e
16 changed files with 446 additions and 402 deletions

View File

@@ -18,6 +18,7 @@ import com.masteratul.exceptionhandler.ReactNativeExceptionHandlerPackage;
import com.RNFetchBlob.RNFetchBlobPackage;
import com.gantix.JailMonkey.JailMonkeyPackage;
import io.tradle.react.LocalAuthPackage;
import com.github.godness84.RNRecyclerViewList.RNRecyclerviewListPackage;
import com.facebook.react.ReactPackage;
import com.facebook.soloader.SoLoader;
@@ -75,7 +76,8 @@ public class MainApplication extends NavigationApplication implements INotificat
new ReactNativeDocumentPicker(),
new SharePackage(this),
new KeychainPackage(),
new InitializationPackage(this)
new InitializationPackage(this),
new RNRecyclerviewListPackage()
);
}