1.0.13 • Published 6 years ago

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

Weekly downloads
289
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago