Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Support React Native #548

Open
xdubx opened this issue Oct 31, 2022 · 3 comments
Open

Feature request: Support React Native #548

xdubx opened this issue Oct 31, 2022 · 3 comments

Comments

@xdubx
Copy link

xdubx commented Oct 31, 2022

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

@davidhu2000
Copy link
Owner

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
Copy link
Owner

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.

@xdubx
Copy link
Author

xdubx commented Nov 1, 2022

Sounds like a lot of work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants