UNPKG

@rudderstack/rudder-integration-braze-react-native

Version:

Rudder React Native SDK Braze Device mode support for Android and iOS

18 lines (10 loc) 503 B
# rudder-integration-braze-react-native ## Getting started `$ npm install @rudderstack/rudder-integration-braze-react-native --save` ### Mostly automatic installation `$ react-native link rudder-integration-braze-react-native` Run `pod install` inside the `ios` directory of your project adding `@rudderstack/rudder-integration-braze-react-native` to your project. ## Usage ```javascript import RudderIntegrationAppcenterReactNative from '@rudderstack/rudder-integration-braze-react-native'; ```