Files
pezkuwi-ui/packages/exampleReactNative/babel.config.js
T
Jaco Greeff f003063b94 2021 (#424)
2021-01-03 11:46:19 +01:00

7 lines
192 B
JavaScript

// Copyright 2017-2021 @polkadot/example-reactnative authors & contributors
// SPDX-License-Identifier: Apache-2.0
module.exports = {
presets: ['module:metro-react-native-babel-preset']
};