Power cell for QB TV Hero Component
npm install @applicaster/quick-brick-demo-cell-builder-plugin


- Prepared following these instructions:
- QuickBrick plugins recommended setup
- Plugins migration guide
---
- [x] main plugin page
- [x] samsung_tv
- [x] android_tv
- [x] tvos
- https://www.npmjs.com/package/@applicaster/quick-brick-demo-cell-builder-plugin (private repo)
---
- yarn
- yarn dev << app_version_id from Zapp >>
- yarn start
- Do your thing, commit, push, get a review, merge
- Update npm version in plugin/package.json
- Update dependency_version in manifests/samsung-tv.json
- cd plugin && npm publish
- Use zappifest to update plugin manifest or publish a new plugin version
- zappifest publish --plugin-id 8544 --manifest manifests/samsung_tv.json
- zappifest publish --plugin-id 8545 --manifest manifests/android_tv.json
- zappifest publish --plugin-id 8475 --manifest manifests/tvos.json
---
- Dependencies looks wonky? Not seeing the proper RC packages?
- Use yarn -W add --dev @applicaster/zapplicaster-cli@next
- Webpack / RN packager throwing random linking erros?
- Cleanup! yarn reset_dev_app + rm -rf node_modules and restart whole setup
---
- Please make the utmost effort to keep the plugin manifests aligned across platforms. The cell configuration is agnostic and nature and we'll benefit greatly by keeping it like that.