The main objective of this repository is to present the product of the hands-on study and testing using the @shopify/react-native-skia
- React Native
- Typescript
- React Native Skia (@shopify/react-native-skia)
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
Follow the setup instructions on React Native webpage. Make sure you're setting up the React Native CLI, not the expo
- Clone the repository on your device, using your preferred method
- Run
npm install
oryarn install
to install dependencies - Start Metro Bundler by running
yarn start
ornpm run start
on a terminal - Run
yarn android
ornpm run android
on a second terminal to run the app
- Run steps 1 and 2 from Windows users section
- Open the ios folder inside of project directory and run
pod install
- Run step 3 from Windows users section
- Run
yarn android
ornpm run android
on a second terminal to run the app on an Android device - Run
yarn ios
ornpm run ios
on a second terminal to run the app on an iOS device
This project is under license. See the file LICENSE for more details.