Skip to content

ActivityIndicator strange behavior on devices with android 8.1.0 #4670

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Angelk90 opened this issue Apr 4, 2025 · 0 comments
Open

ActivityIndicator strange behavior on devices with android 8.1.0 #4670

Angelk90 opened this issue Apr 4, 2025 · 0 comments

Comments

@Angelk90
Copy link

Angelk90 commented Apr 4, 2025

Current behaviour

As you can see from the video, ActivityIndicator has a strange behavior on old devices.
I tried both version 4.9.2 that is used on expo code example and version 5.13.1, on a personal project.
But I get the same result.
This problem does not happen with recent devices.

Registrazione.schermo.2025-04-04.alle.18.11.19.mov

Expected behaviour

Registrazione.schermo.2025-04-04.alle.18.30.45.mov

How to reproduce?

https://snack.expo.dev/HWOolN3Q69d6G3WbHHuOK

import { Text, SafeAreaView, StyleSheet } from 'react-native';

import { ActivityIndicator } from 'react-native-paper';

export default function App() {
  return (
    <SafeAreaView style={styles.container}>
      <ActivityIndicator animating={true} color="#00BFFF" />
      <ActivityIndicator color="#ffffff" />
    </SafeAreaView>
  );
}

const styles = StyleSheet.create({
  container: {
    flex: 1,
    justifyContent: 'center',
    backgroundColor: '#000',
    padding: 8,
  },
});

What have you tried so far?

Your Environment

software version
android 8.1.0
react-native 0.78.2
react-native-paper 4.9.2 or 5.13.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants