react-spinners icon indicating copy to clipboard operation
react-spinners copied to clipboard

Feature request: Support React Native

Open xdubx opened this issue 3 years ago • 3 comments

Is your feature request related to a problem? Please describe. I try to use the spinners in my react native project but it don't work :O

Describe the solution you'd like

Describe alternatives you've considered

Additional context

xdubx avatar Oct 31 '22 21:10 xdubx

I've been thinking about this, but I'm not sure how to go about it yet.

https://necolas.github.io/react-native-web/docs/view/ potentially looks like a viable option. But will need to investigate deeper into how to accomplish it.

React and react-native do have different APIs, so not everything will be compatible like how animations are handled

React uses CSS animation property, whereas React native has an animated API

davidhu2000 avatar Nov 01 '22 02:11 davidhu2000

everything i've seen seems to be building something for react-native then using react-native-web to make it work for the web. If that's the only way, then the library would need to be rewritten to work for react-native.

davidhu2000 avatar Nov 01 '22 03:11 davidhu2000

Sounds like a lot of work.

xdubx avatar Nov 01 '22 11:11 xdubx