mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 20:48:03 +00:00
7 lines
192 B
JavaScript
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']
|
|
};
|