josin / appboy-react-sdk

Public repo for the Braze React SDK

Home Page:https://www.braze.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Braze Logo

Braze React SDK

Effective marketing automation is an essential part of successfully scaling and managing your business. Braze empowers you to build better customer relationships through a seamless, multi-channel approach that addresses all aspects of the user life cycle Braze helps you engage your users on an ongoing basis.

SDK Integration

See our Technical Documentation for instructions on integrating Braze into your React Native application.

Components

  • AppboyProject - Contains the AppboyProject sample app with integration examples for the React Native bridge. This sample app integrates the iOS bridge via manual linking, and the iOS SDK via Cocoapods.
  • HelloReact - Contains the HelloReact sample app, which integrates the iOS bridge using Cocoapods via a local Podspec.

Running the Sample App

The following commands apply to both sample projects and use the AppboyProject directory as an example.

cd AppboyProject/
npm install

iOS

Our sample app integrates the native Braze iOS SDK through Cocoapods.

From the AppboyProject directory:

sudo gem install cocoapods
cd ios/
pod install
cd ../
react-native run-ios

Android

From the AppboyProject directory:

react-native run-android

About

Public repo for the Braze React SDK

https://www.braze.com

License:Other


Languages

Language:JavaScript 38.1%Language:Objective-C 29.8%Language:Java 26.3%Language:Python 3.4%Language:Ruby 2.4%