1

Im developing the react native app using expo cli, i have a screen with lineChart from react-native-chart-kit. My app working fine in expo go app but when im build the app using eas build to make it standalone when i open the screen with chart the app is crashing, ano solution to that?

I try to install react-native-build I tried adding this -keep public class com.horcrux.svg.** { *; } but nothing happen

1 Answer 1

2

I had the same problem. Try to install react-native-svg library npm install react-native-svg. It worked for me.

Sign up to request clarification or add additional context in comments.

1 Comment

You just saved me from a truckload of endless debugging.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.