1.0.1 • Published 2 years ago

react-native-quantum-babel-annotations v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Quantum Metric React Native Babel Annotation Plugin

This plugin is only for React Native apps and requires an account with Quantum Metric.

Note: You must first have already installed our Native SDKs and the React Native Module before installing this plugin.

This plugin includes some extra features that improve our React Native capture support.

Install Babel plugin

npm install react-native-quantum-babel-annotations

Enable babel plugin in the babel.config.js

module.exports = function (api) {
  const presets = ['module:metro-react-native-babel-preset'];
  const plugins = ['module:react-native-quantum-babel-annotations'];

  api.cache(false);

  return {
    presets,
    plugins
  };
};
1.0.1

2 years ago

1.0.0

2 years ago