eclipsesource / eclipsesource/tabris-decorators

Online build not working with decorators

Open
#83 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
4
Forks
2
PR merge metrics
No merged PRs in 30d

Description

I wrote a script which use decorators (ItemPicker), and it works fine in android playground; it also compiles fine to .apk and installs properly; app starts... but it immediately stops, complaining about not being able to find tabris-decorators module.

I have these imports at the beginning of my script:

```
const {Button, TextView, contentView, Stack, TextInput, AlertDialog, NavigationView, Page, Action, drawer, Composite, CollectionView, ScrollView, Row} = require('tabris');
const {ItemPicker, List} = require('tabris-decorators');

```

As I said, it works fine in playground.
I tried several combinations/variants of package.json , with no success.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.