forked from Ivasoft/mattermost-mobile
Replace lottie loading spinner for activity indicator (#6266)
This commit is contained in:
@@ -288,7 +288,6 @@ dependencies {
|
||||
implementation "com.facebook.react:react-native:+" // From node_modules
|
||||
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2'
|
||||
implementation project(':lottie-react-native')
|
||||
|
||||
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ import java.util.HashMap;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
import com.airbnb.android.react.lottie.LottiePackage;
|
||||
import com.mattermost.helpers.RealPathUtil;
|
||||
import com.wix.reactnativenotifications.RNNotificationsPackage;
|
||||
|
||||
@@ -62,7 +61,6 @@ public class MainApplication extends NavigationApplication implements INotificat
|
||||
// Packages that cannot be autolinked yet can be added manually here, for example:
|
||||
// packages.add(new MyReactNativePackage());
|
||||
packages.add(new RNNotificationsPackage(MainApplication.this));
|
||||
packages.add(new LottiePackage());
|
||||
|
||||
|
||||
packages.add(
|
||||
|
||||
Reference in New Issue
Block a user