Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

FormidableLabs/victory-native-demo

Repository files navigation

victory-native demo

Demos the victory-native library for React Native.

git clone https://github.com/FormidableLabs/victory-native-demo
cd victory-native-demo
npm install

To make the demo easy to use, it uses the Expo. You can either download the app (it's free!) to test on a real device, or run on a simulator.

npm start (requires Expo app)

Runs the demo in development mode.

Open it in the Expo app on your phone to view it. It will reload when you modify files, and you'll see any logs and errors in the terminal.

npm run ios (requires iOS simulator)

Like npm start, but also attempts to open the demo in the iOS Simulator if you're on a Mac and have it installed.

npm run android (requires Android emulator)

Like npm start, but also attempts to open the demo on a connected Android device or emulator. Requires an installation of Android build tools (see React Native docs for detailed setup).

Releases

No releases published

Packages

No packages published