Skip to content

async-la/appboy-react-sdk

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 40.4%
  • Java 28.1%
  • Objective-C 27.0%
  • Python 2.6%
  • Ruby 1.9%