UNPKG

react-native-country-selector

Version:

A simple react native country picker. It provides name of country, dial code, currency, country code,flag and more.

12 lines (9 loc) 302 B
const {getDefaultConfig, mergeConfig} = require('@react-native/metro-config'); /** * Metro configuration * https://facebook.github.io/metro/docs/configuration * * @type {import('metro-config').MetroConfig} */ const config = {}; module.exports = mergeConfig(getDefaultConfig(__dirname), config);