Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-branch-web-sdk

A Gatsby plugin for the Branch IO Web SDK.

npm (scoped)

Install

$ npm install --save @flockcover/gatsby-plugin-branch-web-sdk

Usage

In your gatsby-config.js, add:

module.exports = {
  plugins: [
    // your other plugins...
    {
      resolve: '@flockcover/gatsby-plugin-branch-web-sdk',
      options: {
        prodBranchKey: 'Your Live Branch Key',
        devBranchKey: 'Your Test Branch Key'
      }
    }
  ]
}

License

MIT

© 2023 Gatsby, Inc.