nativescript-braze
v1.1.3
Published
NativeScript braze plugin.
Downloads
4
Maintainers
Readme
nativescript-braze
NOTE: Not all functions have been implemented yet. Feel free to contribute. This plugin is based on the appboy-react-sdk.
SDK Integration
Running the Sample App
The following commands apply to both sample projects and use the AppboyProject
directory as an example.
cd demo-angular/
npm install
iOS
From the demo-angular
directory:
tns run ios
From the src
directory:
npm run demo-angular.ios
Android
From the demo-angular
directory:
tns run android
From the src
directory:
npm run demo-angular.android