Skip to content

Commit 428e40e

Browse files
authored
Merge pull request #166 from NativeScript/lini/fix-listview-core-reference
fix: error when running plugin in ios
2 parents 6a731c0 + 43ca591 commit 428e40e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/images.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function done(args) {
3333
}
3434

3535
export function imagesPageFactory(): Page {
36-
// <Page xmlns="http://www.nativescript.org/tns.xsd" loaded="pageLoaded" xmlns:lv="nativescript-pro-ui/listview">
36+
// <Page xmlns="http://www.nativescript.org/tns.xsd" loaded="pageLoaded" xmlns:lv="nativescript-ui-listview">
3737
let page = new Page();
3838
page.on(Page.loadedEvent, pageLoaded);
3939

src/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@
4747
"readmeFilename": "README.md",
4848
"devDependencies": {
4949
"tns-core-modules": "^3.1.0",
50-
"tns-platform-declarations": "^3.0.0",
51-
"typescript": "~2.3.0",
50+
"tns-platform-declarations": "^3.1.0",
51+
"typescript": "~2.6.0",
5252
"tslint": "~5.4.3"
5353
},
5454
"dependencies": {
55+
"nativescript-ui-core": "^1.0.0",
5556
"nativescript-ui-listview": "^3.5.0",
5657
"nativescript-permissions": "~1.2.3"
5758
},

0 commit comments

Comments
 (0)