Expo Integration
Installation
yarn add @batch.com/react-native-plugin //v12+ requirednpm install @batch.com/react-native-pluginnpx expo install @batch.com/expo-pluginConfigure
{
"expo": {
...,
"plugins": [
[
"@batch.com/expo-plugin",
{
"androidApiKey": "YOUR_ANDROID_BATCH_API_KEY",
"iosApiKey": "YOUR_IOS_BATCH_API_KEY",
}
]
]
}
}Configuration options
Key
Description
Type
Default
Required
Enable push notifications
Build and run locally
Build with EAS
Last updated

