Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 683 Bytes

File metadata and controls

33 lines (25 loc) · 683 Bytes

Chart Kit Pro Preview

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.

Run

npm install
npm start

Then 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 -- --tunnel

Useful commands:

npm run typecheck
npm run start -- --clear
npm test
npm run android
npm run ios
npm run web:build