Files
pezkuwi-ui/packages/exampleReactNative/babel.config.js
T
Jaco Greeff 64f630d904 SPDX (#370)
2020-09-17 16:12:52 +02:00

7 lines
192 B
JavaScript

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