Expo app for reviewing free react-native-chart-kit/v2 charts and
@chart-kit/pro/react-native charts together.
This app intentionally tracks Expo SDK 54 for broad Expo Go compatibility during visual review.
It uses the published react-native-chart-kit next package for public chart
previews.
npm install
npm startThen scan the QR code with Expo Go while your computer and phone are on the same network. If Expo Go does not discover the LAN server, use tunnel mode:
npm start -- --tunnelUseful commands:
npm run typecheck
npm run start -- --clear
npm test
npm run android
npm run ios
npm run web:build