moayadnajd / nativescript-filter-select

A NativeScript plugin to provide an listview widget to select AND filter items
http://codeobia.com
Other
37 stars 19 forks source link

Plugin is not compatible with {N} v4 #40

Closed OPADA-Eng closed 6 years ago

OPADA-Eng commented 6 years ago

Hi @moayadnajd This plugin showing an Error after updating to v4.0.1 of nativescript This is the error message:

JavaScript error: file:///app/tns_modules/tns-core-modules/ui/builder/builder.js:238:56: JS ERROR Error: Building UI from XML. @file:///app/main-page.xml:12:6 Module '/Users/myuser/Library/Developer/CoreSimulator/Devices/7E165C3A-58FA-4E95-9742-10FA73F7FD34/data/Containers/Bundle/Application/071D5890-9E81-4718-B3A0-CDD9CE89E0FC/demo.app/app/nativescript-filter-select' not found for element 'nativescript-filter-select:FilterSelect'. Could not find module '/Users/myuser/Library/Developer/CoreSimulator/Devices/7E165C3A-58FA-4E95-9742-10FA73F7FD34/data/Containers/Bundle/Application/071D5890-9E81-4718-B3A0-CDD9CE89E0FC/demo.app/app/nativescript-filter-select'. Computed path '/Users/myuser/Library/Developer/CoreSimulator/Devices/7E165C3A-58FA-4E95-9742-10FA73F7FD34/data/Containers/Bundle/Application/071D5890-9E81-4718-B3A0-CDD9CE89E0FC/demo.app/app/nativescript-filter-select'.

tns runtime :

    "tns-ios": {
      "version": "4.0.1"
    },
    "tns-android": {
      "version": "4.0.1"
    }

tns core modules:

"dependencies": {
    "nativescript-filter-select": "^1.2.7",
    "nativescript-fonticon": "^1.1.1",
    "nativescript-theme-core": "^1.0.4",
    "nativescript-unit-test-runner": "^0.3.4",
    "nativescript-web-image-cache": "^4.2.2",
    "tns-core-modules": "^4.0.0"
  }

any solution for that ? Thanks.

moayadnajd commented 6 years ago

@OPADA-Eng please update to latest

see this example https://play.nativescript.org/?template=play-tsc&id=ofch6A&v=9

OPADA-Eng commented 6 years ago

Thanks Man!