React Native nebula engine
This uses symlinks. In order to develop and run the sample @qlik/react-native-helium and @qlik/carbon-core have to be cloned in the same root directory as @qlik/react-native-carbon
Recommend way is to create a folder called "Carbon" and clone dependencies in there. They should all be in the same root folder.
- clone react-native-helium
- clone me
- clone carbon-core
- cd into react-native-carbon
- yarn dev-setup
- in example/Galaxy create a galaxy.json with the following
{
"tenantDomain": <your tenant>,
"apiKey":<your api key>,
"appId": <app id>,
"modelId": <id of visualization>
}
To improve performance all interactions are run on the UI thread using react-native-helium.
MIT