diff --git a/apps/toolbox/package.json b/apps/toolbox/package.json index 5854202d0..19708a5cd 100644 --- a/apps/toolbox/package.json +++ b/apps/toolbox/package.json @@ -8,7 +8,8 @@ }, "dependencies": { "@nativescript/core": "file:../../packages/core", - "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core" + "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core", + "@nativescript/imagepicker": "^1.0.6" }, "devDependencies": { "@nativescript/android": "alpha", diff --git a/apps/toolbox/src/main-page.xml b/apps/toolbox/src/main-page.xml index 34a1d1a22..d532edcf2 100644 --- a/apps/toolbox/src/main-page.xml +++ b/apps/toolbox/src/main-page.xml @@ -10,6 +10,7 @@