-
-
Notifications
You must be signed in to change notification settings - Fork 72
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] Web support #43
Comments
Resources: |
Hey @mrousavy! Awesome library here! I'm in the process of integrating it into our project. We currently deploy to iOS, Android, and web (via react-native-web). I'm curious if you still plan to finish this ticket? If not, I can easily drop in another solution (like react-blurhash) on web instead - but if this is on the horizon, I'd love to stick with one library! Thanks for your work! |
@jacob-israel-turner Hi! Thanks for the kind words, unfortunately I don't have plans to create support react-native-web myself since I have never used it and most likely won't do so in the near future. Beside from being really busy, I'd also do react-native-windows support first. I do however gladly accept PRs for this goal, since it shouldn't be hard to implement at all - it should just be a bit of configuration (and then the wrapping) So if you want to do this, I can give you as much help as I can from my standpoint out ✌️ |
Sounds good, thanks for getting back so quickly! I'll take a look and decide between that approach vs the alternative library. Thanks! |
Hey @mrousavy! I looked into |
@jacob-israel-turner awesome, I'm really excited what you come up with. So for react-native web you don't really have to do a lot of complicated stuff, the most complicated thing you have to do is probably setting up the configurations. Take a look at this comment above for resources. For example, use the official react-native-web documentation, maybe they have some information on how "native" modules should be structured. Also, take a look at react-native-slider's implementation, since they have added support for react-native-web. For the implementation, you only have to implement the If you have any more questions, let me know 👍 |
Problem
Currently there is no support for react-native-web.
Solution
A web implementation.
web/
folderThe text was updated successfully, but these errors were encountered: