RGBvision

Results 4 comments of RGBvision

Any updates? Splash shows only background on real device (ASUS ROG Phone 5). No icon. Tried @jcassidyav demo with no success.

Same issue. Working on Android but not on iOS @nativescript/core 8.5.9 @nativescript/ios 8.5.2 @nativescript/appsync 3.0.1 Is plugin abandoned or updates are planned?

> Does your table have an `id` field? The JSON is likely a red herring. Yep. `id` - INT (autoincrement) and primary key. insertGet work as expected if I change...

You should use `aboveLayer` property to sort layers: ```javascript mapBoxAPI .addLayer({ "id": "MARKERS", "type": "", "source": "", "layout": { }, "paint": { }, "aboveLayer": "GEOMERTY_LAYER_ID", }) ```