@applicaster/quick-brick-demo-cell-builder-plugin

Power cell for QB TV Hero Component

Usage no npm install needed!

<script type="module">
  import applicasterQuickBrickDemoCellBuilderPlugin from 'https://cdn.skypack.dev/@applicaster/quick-brick-demo-cell-builder-plugin';
</script>

README

Cell Builder Plugin Demo 🔶


Zapp Plugin Versions

NPM package


Setup

  • yarn
  • yarn dev << app_version_id from Zapp >>
  • yarn start

Update & Publish

  • 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

Shortcut - just copy & paste!

  • 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

Troubleshoot

  • 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

Guidelines / Notes

  • 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.