react-native-charts-wrapper
react-native-charts-wrapper copied to clipboard
Example is not working
Invariant Violation: requireNativeComponent: "RNLineChart" was not found in the UIManager.
for all of the charts it's showing a similar error.
Same here! Also, the readme.md file is empty. https://github.com/wuxudong/react-native-charts-wrapper/blob/master/installation_guide/README.md
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