Thanks to visit codestin.com
Credit goes to github.com

Skip to content

StefanEnberg/sn-treemap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sn-treemap

Treemap Supernova

Mobile

Preamble

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.

Testing mobile

Pre-reqs

  1. For now a Mac System, until we have automated tests in the cloud
  2. Install react-native dev environment. This includes Xcode and Android Studio.
  3. A QCS Account with an API Key
  4. An app with some treemaps

Running

** Please Note this can take a while to build if it's the first time **

  1. yarn prepare-mobile
  2. yarn ios

Nebula dev

NOTE: Create an app using random data and create one treemap.

  1. clone me
  2. checkout master
  3. yarn
  4. yarn build:watch
  5. yarn start

About

Treemap Supernova

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Java 0.2%
  • TypeScript 0.2%
  • C++ 0.1%
  • Objective-C++ 0.0%
  • Objective-C 0.0%