Skip to content

braze-inc/braze-expo-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Braze Expo Plugin latest

Quickstart

npm install @braze/react-native-sdk
npx expo install @braze/expo-plugin
// app.json
{
  "expo": {
    "plugins": [
      [
        "@braze/expo-plugin",
        {
          "androidApiKey": "YOUR-ANDROID-API-KEY",
          "iosApiKey": "YOUR-IOS-API-KEY",
          "baseUrl": "YOUR-SDK-ENDPOINT"
        }
      ],
    ]
  }
}
npx expo prebuild
import Braze from "@braze/react-native-sdk";

Braze.changeUser("Jane Doe")

See the Braze Developer Guide for advanced integration options.

Version Support

Note

This SDK has been tested with Expo version 54.0.8.

Braze Expo Plugin Braze React Native SDK
>=3.0.0 >= 13.1.0
>=2.0.0 >= 8.3.0
>=1.1.0 >= 2.1.0
1.0.0 - 1.0.1 >= 2.0.2
<= 0.6.0 1.38.0 - 1.41.0

Contact

If you have questions, please contact support@braze.com.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5