React Native Chart Kit Example

May 28, 2026 ยท View on GitHub

Expo validation app for react-native-chart-kit.

This app is currently pointed at the sibling react-native-chart-kit checkout so it can validate the next branch and the public /v2 import path before a release:

react-native-chart-kit@file:../react-native-chart-kit

Run

npm install
npm start
npm run ios
npm run android
npm run android:build
npm run web

npm 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.