react-native-indicators
react-native-indicators copied to clipboard
Activity indicator collection for React Native
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...