Expo validation app for react-native-chart-kit.
This app uses the published npm package:
react-native-chart-kit@^6.12.1npm install
npm start
npm run ios
npm run android
npm run android:build
npm run webnpm start runs the managed Expo preview. npm run ios and npm run android
generate native projects and run local native builds, so they require Xcode or an
Android SDK/JDK toolchain.
npm run android:build runs an Android APK build without launching a device. It
patches the generated Gradle wrapper to 8.14.3 because the React Native 0.83
template currently generates Gradle 9 while its Foojay toolchain resolver still
targets Gradle 8.
Use this app after chart-kit releases to verify native rendering, gradients, touch handlers, and layout on iOS and Android.