-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
Progress.Pie renders empty on 4.0.0 #173
Comments
The new version uses the community maintained ART library, did you install and configure it? |
Hey @oblador, thanks for your quick response. Yes, https://github.com/react-native-community/art is correctly installed and configured (I had to remove this hack 'cause I was getting "Duplicate symbols" error, so I guess it's ok) Thanks! |
Same issue with the Circle component for me. Haven't found a workaround yet (other than downgrading). |
@alexxgent Yes, Progress.Circle isn't working on 4.0.0. |
It seems that " visible={true} " needs adding to the Surface, Circle & Shape components within "Pie.js" for it to work... Unfortunately I'm still unable to get Progress.Circle & Progress.CircleSnail working. Update: After more investigation.. This seems to be an issue with the community ART library. It seems broken in many ways |
It seems to be related to this issue in RNC ART: react-native-art/art#30 There's a PR to fix it: react-native-art/art#31 |
Thanks for the heads up @oblador Should we close this? |
Let’s leave it open for me to track that our minimum version should be updated once fixed and for visibility for new users. Fix for now would be to |
The fix for this has been merged and released https://github.com/react-native-community/art/releases/tag/v1.0.3. |
Just released 4.0.2 with a bump of RNC ART. |
It's working, thank you guys! |
Hmm, the new version throws the following error for me (fresh Expo project on Android):
I can open a new issue if you'd like, although I'm not sure if it belongs here or in ART. |
I'd open a new ticket in ART |
Just updated to
4.0.0
and suddenly my Progress.Pie isn't rendering anything.Tried to apply some background-color and apparently the wrapper is rendering, as I got a yellow square:
This is the expected behavior (v3.6.0)
Any thoughts?
Thanks!
The text was updated successfully, but these errors were encountered: