Treemap Supernova
Mobile uses react-native. As such all javascript should work on both the web and mobile. However react-native uses a custom JavaScript engine called Hermes. For rendering picasso charts, mobile uses a hightly optimized rendering engine, called Helium, that uses a GPU backend for Skia. Skia is the same 2D graphics library used for Canvas in Chrome and Android. So again, things must be tested to ensure compatiblity.
- For now a Mac System, until we have automated tests in the cloud
- Install react-native dev environment. This includes Xcode and Android Studio.
- A QCS Account with an API Key
- An app with some treemaps
** Please Note this can take a while to build if it's the first time **
yarn prepare-mobileyarn ios
- clone me
- checkout master
- yarn
- yarn build:watch
- yarn start