forked from Ivasoft/mattermost-mobile
Refactor postlist to include Android Pie fixes and smoother scrolling (#2161)
This commit is contained in:
committed by
Harrison Healey
parent
f7c7e70a37
commit
f522df7a2e
@@ -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()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user