PeterStaev / NativeScript-Grid-View

A NatvieScript GridView widget.
Apache License 2.0
49 stars 28 forks source link

Nativescript 6 support #65

Closed mobilemindtec closed 4 years ago

mobilemindtec commented 4 years ago

Change include.gradle

dependencies {
    def supportVer = project.hasProperty("supportVersion") ? supportVersion : "1.2.0-alpha01";
    compile "androidx.recyclerview:recyclerview:$supportVer"
}

Change grid-view.android.js

android.support.v7.widget to androidx.recyclerview.widget

PeterStaev commented 4 years ago

@mobilemindtec , instead of posting this as an issue, please submit a PR that fixes related code. I will be more than happy to merge it and push a new version on NPM 👍

mobilemindtec commented 4 years ago

Ok, is done.