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

The library works great on phones but when I try to use them in my React Native Web project, animations seems to be playing only once on web. Any idea...

Hi, Please check out linear indicator, i tried it with simple functional component.

key is a special prop in React that's used for reconciliation. React recommends handling it separately from other props. Generates errors in react-native v75.3 if not handled properly.

When using the UIActivityIndicator component, I found a warning about A props object containing a "key" prop is being spread into JSX: let props = {key: someKey, style: ..., children:...

Hi! πŸ‘‹ Firstly, thanks for your work on this project! πŸ™‚ Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

We are getting react-native assertions because of `{...{ key: index }}`

Hi! πŸ‘‹ Firstly, thanks for your work on this project! πŸ™‚ Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Hi! πŸ‘‹ Thank you for your work on this project! 😊 I encountered a React warning when using MaterialIndicator from [email protected]: Warning: A props object containing a "key" prop is...