Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 933 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 933 Bytes

NativeScript Test App

This is a simple NativeScript test app. You can take a picture and show the taken picture afterwords in the view.

Environments

It works on iOS and Android. If you run it in the emulator, you can use the hardware camera from your laptop on android. In iOS you can choose a picture from the build in photo library.

Get it up and running

  1. Make sure you install NativeScript according to there docs and have android and iOS up and running.
  2. tns platform add android
  3. tns platform add ios
  4. tns prepare android
  5. tns prepare ios
  6. tns run ios --emulator
  7. tns run android --emulator

Unfortunately you need to run every command separately for every platform. Make your live easier and run in separate shells instances ;)