@applicaster/quick-brick-demo-cell-builder-plugin
v1.2.11
Published
Power cell for QB TV Hero Component
Downloads
93
Keywords
Readme
Cell Builder Plugin Demo 🔶
- Prepared following these instructions:
Zapp Plugin Versions
- [x] main plugin page
- [x] samsung_tv
- [x] android_tv
- [x] tvos
NPM package
- https://www.npmjs.com/package/@applicaster/quick-brick-demo-cell-builder-plugin (private repo)
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
inmanifests/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
- Use
- Webpack / RN packager throwing random linking erros?
- Cleanup!
yarn reset_dev_app
+rm -rf node_modules
and restart whole setup
- Cleanup!
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.