Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 642 Bytes

File metadata and controls

41 lines (22 loc) · 642 Bytes

Ionic 3 With Native

This is an Ionic 3 application that uses mobile device

Flashlight

ImagePicker

BrowserTab

Vibration

AndroidFullScreen

AppVersion

#Setup $ sudo npm install -g ionic cordova



##Install NPM Dependencies

Once you clone this repository, run this command on your terminal to install all needed dependencies:

$ npm install


##Install cordova plugin Dependencies

Run this command on your terminal to add a platform and install all needed puglins:

###iOS:

$ ionic cordova platform add ios
$ ionic cordova run ios


###Android:

$ ionic cordova platform add android
$ ionic cordova run android