I'm making a animated login screen using a gif, but it only animated on expo, when i build the apk the gif keep static.
<ImageBackground source={require("./src/assets/DrawerIcons/back_login.gif")} style={styles.background} resizeMode="cover">
<View style={styles.markWrap}>
<Image source={mark} style={styles.mark} resizeMode="contain" />
</View></ImageBackground>