Flow
Lingui already supports Flow by default. All you need to do is enable it in your config file:
lingui.config.js
module.export = {
  extractorParserOptions: {
    flow: true,
  },
};
Lingui already supports Flow by default. All you need to do is enable it in your config file:
module.export = {
  extractorParserOptions: {
    flow: true,
  },
};