Skip to content

NativeScript Plugin Example where we can see how to access to Native API through JS/TS

License

Notifications You must be signed in to change notification settings

salvadorcoronel/ns-accessing-native-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accessing native API throught JS

Demo app

If you want a quickstart, clone the repo, then:

$ git clone https://github.com/salvadorcoronel/ns-accessing-native-api.git
$ cd ns-accessing-native-api/src
$ npm run demo-angular.ios
$ npm run demo-angular.android

Example 1:

In this example we send values from JS Application Layer to the native world and we do a basic operation in the native world and return the result to JS through a nativescript plugin.

Example 2:

In this example we show a basic native snackbar accessing Native APIs through Javascript.


About

NativeScript Plugin Example where we can see how to access to Native API through JS/TS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published