nativescript-pluginshowcase
nativescript-pluginshowcase copied to clipboard
An app I'm using to showcase a bunch of NativeScript plugins (also in the appstores!)
trafficstars
NativeScript plugin showcase

Watch me demo this app during my plugins talk at {N} dev day EU (YouTube) 🗣
What's this?
Glad you asked 😄.. I need it to demo a few plugins and wanted to play a bit more with NativeScript & Angular. This was also a great opportunity for me to properly play with Webpack, AoT, Uglify, and (even) Appium.
Plugin themes included
- Feedback
- Mapping
- Speech
- Input
- App Icon
- Firebase
- Augmented Reality
CanIUse?
Sure, you can either download it from the AppStore or Play store, or build it yourself.
git clone https://github.com/EddyVerbruggen/nativescript-pluginshowcase
cd nativescript-pluginshowcase
npm install
npm run ios
# or: npm run android
# or: npm run ios.emulator
# or even: npm run start-ios-bundle (for a much faster startup experience because of Webpack with Uglify)