Thang Vu
Thang Vu
I am having a same issue, when I am using a basic line chart. The app crashed when navigate to the screen with line chart.
@emp3ror You can add this line: `-keep public class com.horcrux.svg.** { *; }` to android/app/proguard-rules.pro, it fixed to me.
If you clone a correct repo the package.json should look like below, please clone the repo again: "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo...