nativescript-braze
by tklein243 | v1.1.3
NativeScript braze plugin.
npm i --save nativescript-braze

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