1.0.13 • Published 5 years ago

@flockcover/gatsby-plugin-branch-web-sdk v1.0.13

Weekly downloads
289
License
MIT
Repository
github
Last release
5 years ago

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

1.0.13

5 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago