junho

Results 3 issues of junho

Hello, I'm using postgresql's array. My tables are: ```` create table tb_shops ( id serial, type_ids int[], ... PRIMARY KEY (id) ); ```` ```` create table tb_business_type( id serial, type_code...

When can you upgrade this library to support mobx v6? Thanks to make awesome library.

When I use cordova-branch, I used createBranchUniversalObject method. In the capacitor version, can I use it? ``` const branchObj = await this.createBranchUniversalObject({ canonicalIdentifier, canonicalUrl, title, contentDescription, contentImageUrl, contentMetadata }) ```