Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/images.ios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import platform = require("tns-core-modules/platform");
import ui_frame = require("tns-core-modules/ui/frame");
import { Page } from "tns-core-modules/ui/page";
import { ActionBar, NavigationButton, ActionItems, ActionItem } from "tns-core-modules/ui/action-bar";
import { RadListView, ListViewGridLayout } from "nativescript-telerik-ui/listview";
import { RadListView, ListViewGridLayout } from "nativescript-pro-ui/listview";

let page;
let list;
Expand Down Expand Up @@ -33,7 +33,7 @@ export function done(args) {
}

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

Expand Down
4 changes: 2 additions & 2 deletions src/images.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="pageLoaded"
xmlns:lv="nativescript-telerik-ui/listview">
xmlns:lv="nativescript-pro-ui/listview">

<Page.actionBar>
<ActionBar title="{{ title }}">
Expand All @@ -24,4 +24,4 @@
</GridLayout>
</lv:RadListView.itemTemplate>
</lv:RadListView>
</Page>
</Page>
5 changes: 2 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"plugin.tscwatch": "npm run tsc -- -w",
"demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles",
"demo.android": "npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles",
"clean": "rm -rf node_modules && cd ../demo && rm -rf hooks node_modules platforms && cd ../src && npm run plugin.link",
"postinstall": "node scripts/require-nativescript-telerik-ui.js"
"clean": "rm -rf node_modules && cd ../demo && rm -rf hooks node_modules platforms && cd ../src && npm run plugin.link"
},
"keywords": [
"NativeScript",
Expand All @@ -45,13 +44,13 @@
"homepage": "https://github.com/NativeScript/nativescript-imagepicker",
"readmeFilename": "README.md",
"devDependencies": {
"nativescript-telerik-ui": "^3.0.0",
"tns-core-modules": "^3.1.0",
"tns-platform-declarations": "^3.0.0",
"typescript": "~2.3.0",
"tslint": "~5.4.3"
},
"dependencies": {
"nativescript-pro-ui": "^3.1.2",
"nativescript-permissions": "~1.2.3"
},
"bootstrapper": "nativescript-plugin-seed"
Expand Down
27 changes: 0 additions & 27 deletions src/scripts/require-nativescript-telerik-ui.js

This file was deleted.