Library doesnt work on expo
Expected Behavior
Using expo, the example from readme should initialize correclty
Actual Behavior
The example from readme outputs the error
"RNLineChart" was not found in the UIManager
Steps to Reproduce the Problem
Following the guide in readme
expo
- expo init demo
- cd demo
- expo install react-native-charts-wrapper
- eas build
Change App.js according to the example from readme
I'm facing the same problem. It says "RNLineChart was not found in UI manager".
I'm having a similar problem here too

Try V0.5.10, it works on my iOS simulator by following expo steps in Example/README.
To reproduce the issue use the Expo Go app for iOS without the native build:
> expo start
Open the app on Expo Go
This doesn't work if you have a native part. You must build the native app before like this:
> yarn global add eas-cli
> cd Example
> yarn install
> eas build -p ios --profile development
login to your expo.dev account
wait in queue for the app to be built
download application-xxx.tar.gz
extract the .tar.gz
drag application to ios simulator
Then you can develop the javascript:
> expo start --dev-client
Use Expo Go or open the app Example
I have the same problem.
