Get rid of spread operator for prop key
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.
+1
+1
I've forked and published the fix here: https://www.npmjs.com/package/@deelo55/react-native-indicators
@JimTeva your MR fixes the issue only for BallIndicator component, here is my patch for every indicator type: https://github.com/n4kz/react-native-indicators/issues/43#issuecomment-2514341485
This seems like an abandoned project, last release was 5 years ago. Anyone planning on creating a new fork that will keep up with RN/react?