react-native-charts-wrapper icon indicating copy to clipboard operation
react-native-charts-wrapper copied to clipboard

Example is not working

Open taatiq882 opened this issue 2 years ago • 2 comments

Invariant Violation: requireNativeComponent: "RNLineChart" was not found in the UIManager.

for all of the charts it's showing a similar error.

IMG_707D26153E87-1

taatiq882 avatar Aug 08 '22 19:08 taatiq882

Same here! Also, the readme.md file is empty. https://github.com/wuxudong/react-native-charts-wrapper/blob/master/installation_guide/README.md

bkamrani avatar Aug 17 '22 21:08 bkamrani

Build is required. Check https://github.com/wuxudong/react-native-charts-wrapper/blob/master/Example/README.md for details

cd Example
yarn install
# build android apk
eas build -p android --profile development

# build ios app for simulator
eas build -p ios --profile development

wuxudong avatar Oct 15 '22 11:10 wuxudong