-
Notifications
You must be signed in to change notification settings - Fork 118
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
Support in Expo SDK 48 #67
Comments
im running into the same issue i think. Running expo 48.0.5. I am able to get example code to run visually, BUT i am not able to move the selectionDot. is this the same issue you are dealing with? |
@colinfran I can't get my project to show the graph visually. Can you share the example code with me? |
https://github.com/colinfran/react-native-crypto-wallet
|
I was able to get everything to work, including selectionDot. See my above app for an example of running this package running with expo 48.0.5. |
Make sure your points have different date values, otherwise the graph doesn't render. |
@colinfran How exactly did you solve the |
@Joelis57 Try wrapping your entire view where your graph is with a |
@Joelis57 honestly this package gave me a headache. Although it worked, i was having so many issues with it. if you want an almost issue free experience, use https://github.com/coinjar/react-native-wagmi-charts, it’s what I’m using now. Its documentation is amazingly helpful. Im using it exactly how the example in this repo. |
@ArtKullashi Thanks for this, completely missed this! But even after adding it, it did not solve the issue. @colinfran Thank you for the suggestion, probably will try to switch if I'm not able to solve my current issues, but I'd still prefer to use skia if possible. Thanks again for a viable alternative! |
I also can only get the graph to render but gestures are not working on expo 49 |
Package works with expo 50. Just remember to install everything using "@shopify/react-native-skia": "0.1.221",
"react-native-gesture-handler": "~2.14.0",
"react-native-graph": "^1.0.2",
"react-native-reanimated": "~3.6.0", |
Hi everyone,
react-native-skia
is supported in Expo starting Expo SDK 46. I am trying to getreact-native-graph
working in my Expo app (Expo SDK 48) but am not successful at that. Can someone create a Snack example to get it working?Thanks!
The text was updated successfully, but these errors were encountered: