react-native-indicators icon indicating copy to clipboard operation
react-native-indicators copied to clipboard

Activity indicator collection for React Native

Results 19 react-native-indicators issues
Sort by recently updated
recently updated
newest added

Would be amazing if we have linear indicators, like MUI LinearProgress, a example can be found [here](https://mui.com/material-ui/react-progress/). A customizable linear progress will help us to give feedback that something is...

Currently `react-native-indicator` doesn't work with `react-native-web` due to the fact that `_startNativeLoop` implementation on web is not working due to the missing `NativeAnimatedModule` for web: https://github.com/necolas/react-native-web/blob/a877a02beb6a2032430f83b062e173d68c40c65d/packages/react-native-web/src/vendor/react-native/Animated/NativeAnimatedHelper.js#L266 That's why the only...

Hey, @n4kz! 👋 I've been using `MaterialIndicator` which is awesome, but is indeterminate. It'd be great if we could also use it as a determinate indicator. Is this possible? 😋...

Missing useNativeDriver option causes warning ``` Animated: `useNativeDriver` was not specified. This is a required option and must be explicitly set to `true` or `false` ```

I am on RN 0.61, indicators works fine on iOS, however on Android animation does not work, it shows only static loader without any animation.

I have an indicator that appears and dissapears with the Animating property. Is there a way to add a text label beside to indicator? In this way, the label would...

Is there any way to use it as RefreshControl? Or any other library would you suggest with similar animations?

v0.17.0 RN 0.59.10 ios MaterialIndicator start and loading ok but close animation error

So, I want to use this project in react native web and create react app. So, based on https://github.com/facebook/create-react-app/issues/4648#issuecomment-398540069 I created this PR.

Recreate ``` create-react-native-app rn-app-web --with-web-support cd rn-app-web yarn add react-native-indicators ``` App.js ``` import React from 'react'; import { UIActivityIndicator } from 'react-native-indicators' ``` add the module to webpack.config.js ```...