Skip to content
No description, website, or topics provided.
Shell JavaScript TypeScript
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
demo
publish
src
.gitignore
LICENSE
README.md
tslint.json

README.md

nativescript-kakao-maps

Development should happen in the following files:

  • src/kakao-maps.android.ts for android specific implementation
  • src/kakao-maps.ios.ts for ios specific implementation
  • src/kakao-maps.common.ts for common functionality

Native libraries have to be placed in src/platforms/ios and src/platforms/android

You can test your plugin by running

npm run demo.ios

or

npm run demo.android
You can’t perform that action at this time.