react-native-charts-wrapper

Hello Expo team and users,

Has anyone tried integrating react-native-charts-wrapper for expo-managed projects? Using EAS, I could successfully build the iphone archive(dev client) and install on my phone. However, when I run the code, I get the following error.

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

I see that the node_module has native code written in Swift for each type of chart. Are any additional steps required for building the project in the cloud?

Alternatively, what are some best chart libraries that work well with Expo?

Your inputs appreciated, thank you.