Replies: 17 comments
-
I agree, I am in the process of building react app and react-native app, so I would be highly inclined towards using a solution that can be implemented across the two platforms. |
Beta Was this translation helpful? Give feedback.
-
Hi @hshoff, this looks like an awesome package, and if @williaster is involved, I'm sure its the next great thing. I'd love to use this on a project I'm kicking off at work, but we have a strong need to support mobile. I'm wondering where this issue falls on your roadmap. I also wonder if this is the only issue that prevents use of vx on mobile (e.g. is there further support needed for touch instead of a cursor?). |
Beta Was this translation helpful? Give feedback.
-
Hi @colinhiggins, thanks for checking out vx! Are you looking to use vx on mobile web or in an iOS/Android app? If mobile web, you should be fine to start using vx. iOS/Android app support should be coming in the future. |
Beta Was this translation helpful? Give feedback.
-
An iOS/Android app. Probably iOS first. We could try to render a webview in the app I suppose, but ideally we wouldn't have to resort to that. |
Beta Was this translation helpful? Give feedback.
-
@colinhiggins gotcha, vx doesn't support those platforms yet. |
Beta Was this translation helpful? Give feedback.
-
in react native it should probably be done using ART built-in lib: https://github.com/facebook/react-native/tree/master/Libraries/ART. No one bothered to prepare official docs, here's all I found: https://github.com/react-native-china/react-native-ART-doc/blob/master/doc.md |
Beta Was this translation helpful? Give feedback.
-
Chatted in Slack but worth mentioning here, it would be nice to support |
Beta Was this translation helpful? Give feedback.
-
@hshoff |
Beta Was this translation helpful? Give feedback.
-
Not a priority for me right now. Happy to read over proposals if anyone has one. |
Beta Was this translation helpful? Give feedback.
-
Hi, I've opened a draft PR for a fork that I've been working on, with
and they resolve to: or to
|
Beta Was this translation helpful? Give feedback.
-
For anyone that does need dataviz on React Native, what alternatives are you using in the meantime? |
Beta Was this translation helpful? Give feedback.
-
Hi, I've published a couple of |
Beta Was this translation helpful? Give feedback.
-
It would be great if this feature gets rolled out. |
Beta Was this translation helpful? Give feedback.
-
2024, any updates? |
Beta Was this translation helpful? Give feedback.
-
Would be awesome if this ever sees the light |
Beta Was this translation helpful? Give feedback.
-
vx should work on web, native, vr, everywhere. The current implementation depends on
react-dom
which means it's only available on web.@lelandrichardson's talk
React as a Platform
https://www.youtube.com/watch?v=hNwQPJy-XZYhttps://github.com/lelandrichardson/react-primitives-art
Beta Was this translation helpful? Give feedback.
All reactions