npm i --save nativescript-braze
- Version: 1.1.3
- GitHub:
- NPM: https://www.npmjs.com/package/nativescript-braze
- Downloads:
- Last Day: 0
- Last Week: 0
- Last Month: 0
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