Alan Neri

Results 15 comments of Alan Neri

I have same problem ![Captura de Pantalla 2020-02-26 a la(s) 9 38 14](https://user-images.githubusercontent.com/7475549/75360653-c2c2f600-587b-11ea-8ede-d87e69c2fb99.png)

@mm-spiio yes, check this. ``` ```

The solution is very simple, @learwebit # you just have to perform the following: ``` import * as http from "http"; import { Image } from 'tns-core-modules/ui/image/image'; ..... http.getImage("URL_IMAGE").then((result) =>...

Any updates on this? Thanks! Solution for me, max zoom: ``` var nativeMapView = map.ios ? map.ios : map.android; if(isIOS) { nativeMapView.maximumZoomLevel = 12; } else { nativeMapView.mapboxMap.setMaxZoomPreference(12); } ```

I have the same problem.

@NickIliev ``` { "nativescript": { "id": "", "tns-ios": { "version": "" }, "tns-android": { "version": "" } }, "description": "NativeScript Application", "license": "SEE LICENSE IN ", "repository": "", "scripts": {...

@jessorlisa I've already tried 8.1.0 and it's the same problem @NickIliev I don't use the re-order, what I'm using is the ListViewGridLayout

I recommend use { NS } Version `6.4` and nativescript-ui-listview `8.0.1` for work!. Not update now { NS } `6.5` not is stable. @NickIliev

I have same issue, in my case i use: ```js index} renderItem={({item, index}) => } /> ``` Environment ```json "dependencies": { "react": "17.0.1", "react-native": "0.64.2", "react-native-pager-view": "^5.4.0", "react-native-tab-view": "^3.1.1", }...