Skip to content

Implements animated bar charts using @shopify/react-native-skia package

License

Notifications You must be signed in to change notification settings

lucas-figueiredo-m/rn-skia-barchart

Repository files navigation

React Native Skia Bar Chart

GitHub repo size GitHub language count

print-app

The main objective of this repository is to present the product of the hands-on study and testing using the @shopify/react-native-skia

Tech Stack

  • React Native
  • Typescript
  • React Native Skia (@shopify/react-native-skia)

Fixes and future releases

This project is still under development and next updates will target the following tasks

  • Turn this repository into a npm package for multiple charts using @shopify/react-native-skia
  • Add automated tests
  • Create a CI/CD pipeline

🛠️ Environment Setup

Follow the setup instructions on React Native webpage. Make sure you're setting up the React Native CLI, not the expo

🚀 Running the project (Windows and Linux users)

  1. Clone the repository on your device, using your preferred method
  2. Run npm install or yarn install to install dependencies
  3. Start Metro Bundler by running yarn start or npm run start on a terminal
  4. Run yarn android or npm run android on a second terminal to run the app

🚀 Running the project (macOS users)

  1. Run steps 1 and 2 from Windows users section
  2. Open the ios folder inside of project directory and run pod install
  3. Run step 3 from Windows users section
  4. Run yarn android or npm run android on a second terminal to run the app on an Android device
  5. Run yarn ios or npm run ios on a second terminal to run the app on an iOS device

📝 License

This project is under license. See the file LICENSE for more details.

⬆ Back to top

About

Implements animated bar charts using @shopify/react-native-skia package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published