Closed SnehalAgrawal closed 4 years ago
Hi. Did you have problems with IOS? Just add the line below in podfile: pod 'React-ART', :path => '../node_modules/react-native/Libraries/ART'
and then install the pods
But in future we will have a real issue with ART: Warning: React Native ART has been extracted from react-native core and will be removed in a future release. It can now be installed and imported from '@react-native-community/art' instead of 'react-native'. See https://github.com/react-native-community/art
Possible, I'll abble to make PR for fix this.
landed in v0.6.0
Seems we need to revert back to v0.5.0 For now auto linking does not work for @react-native-community/art
landed in v0.6.0
maybe we should update the document for linking? https://github.com/react-native-community/art#mostly-automatic-linking
No. My terminal output: react-native link @react-native-community/art error Unknown dependency. Make sure that the package you are trying to link is already installed in your "node_modules" and present in your "package.json" dependencies. Run CLI with --verbose flag for more details.
I don't use RN for years, is there a mechanism or postinstall
to do that automatically?
Hm.. I don't know. Need to investigate
What if you install the package explicitly? If it works we can make the art package to peerDependencies instead of dependencies
Ok. I'll try
any lucky? I've prepared the needed change
Any. I don't see the chart with this way too.
I'll try some different way
OK, then let's rollback for now
Yes. Differen't way also loose
reverted in 0.6.1
Problem is with @react-native-community/art I raised PR https://github.com/react-native-community/art/pull/34, but fixed with the PR only Android I'll rise PR into react-native-pie with some changes. Please merge only after successful implementation in @react-native-community/art needed changes.
cool, thanks
Working fine thank you. https://aboutreact.com/react-native-pie-chart/
@Preeternal @nihgwu
I tested and everything was working fine, so https://github.com/nihgwu/react-native-pie/pull/24 has been merged which closes this issue
Hello Admin, Can you please update for the React Native 0.60+ version. I have tried different ways to add ART libraries but end the end they are not working with react native's new updated version (React Native 0.60+).
Can you please check and describe any way if any?