Skip to content

Instantly share code, notes, and snippets.

@gokman
Created June 5, 2017 12:45
Show Gist options
  • Select an option

  • Save gokman/92df9aa696e0d48ba1bc3109e863d5e6 to your computer and use it in GitHub Desktop.

Select an option

Save gokman/92df9aa696e0d48ba1bc3109e863d5e6 to your computer and use it in GitHub Desktop.
add native plugin to platform in ionic
# first install plugman
npm install -g plugman
# add native plugin (ex: android plugin) to the ionic project
plugman install --platform <android or ios> --project platforms/<android or ios> --plugin <plugin location (directory or git repo url)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment