1.1.14 • Published 5 years ago
@applicaster/zapp-react-native-master-cell v1.1.14
QuickBricks Master Cell

This is the first iteration on the master cell plugin and it lets you create and style grid cell.
Tested on Samsung TV only.
Functionalities
- This plugin is capable of displaying a Grid cell cell;
- Lock icon maps to extensions.freekey;
- Possibility to map text to the different entry keys;
- 3 fully customizable text fields;
- Runtime badge that maps to the extensions.durationwhich represents duration time in seconds;
- Two badges(content, lock) can be place in every corner of the image and in the middle
- Handling of focused and selected states
Example applicaster entry
{
  "type": {
    "value": "video"
  },
  "title": "Supergirl",
  "id": "6156701",
  "summary": "S5 E1: Event Horizon",
  "published": "2019-11-15T10:31:00+00:00",
  "updated": "2019-11-15T10:41:03+00:00",
  "author": {
    "name": ""
  },
  "media_group": [
    {
      "type": "image",
      "media_item": [
        {
          "src": "https://live.staticflickr.com/65535/49084419672_cb19f602b2_b.jpg",
          "key": "image_base",
          "type": "extern_image"
        }
      ]
    }
  ],
  "link": {
    "rel": "alternate",
    "href": "https://www.themoviedb.org/tv/62688-supergirl?language=en-US",
    "type": "text/html"
  },
  "extensions": {
    "section": "Apple TV+",
    "duration": 9863,
    "free": true
  },
  "content": {
    "type": "video/hls",
    "src": "https://mnmedias.api.telequebec.tv/m3u8/29880.m3u8"
  }
}Default, hardcoded values
- Cell width: 399
- Cell height 372
- Main image width: 399
- Main image height: 372
- Empty number values fallback to: 0
- empty colors values fallback to: #FFFFFF
- badges height: 60
- badges width: 60
- cell margin: 18
Adding new configuration keys.
As QB doesn't receive the type of the configuration keys we need to store key names for number and colors to correctly parse/cast it. Every key from color_picker and number_input config fields needs to be defined in the NUMBER_KEYS and COLOR_KEYS arrays in the const.js
1.1.19
5 years ago
1.1.21
5 years ago
1.1.18
5 years ago
1.1.17
5 years ago
1.1.17-rc.1
5 years ago
1.1.16
5 years ago
1.1.16-beta.1
5 years ago
1.1.15
5 years ago
1.1.15-rc.2
5 years ago
1.1.15-rc.1
5 years ago
1.1.5-rc.1
5 years ago
1.1.14
5 years ago
1.1.13
5 years ago
1.1.12
5 years ago
1.1.11
5 years ago
1.1.10
6 years ago
1.1.9
6 years ago
1.1.8
6 years ago
1.1.7
6 years ago
1.1.6
6 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.0
6 years ago