samitha9125/react-native-timezone

View on GitHub
example/babel.config.js

Summary

Maintainability
A
0 mins
Test Coverage
const path = require('path');
const { getConfig } = require('react-native-builder-bob/babel-config');
const pkg = require('../package.json');

const root = path.resolve(__dirname, '..');

module.exports = getConfig(
  {
    presets: ['module:@react-native/babel-preset'],
  },
  { root, pkg }
);